feat(config): add missing schema properties

This commit is contained in:
Ali BARIN
2024-10-08 13:18:42 +00:00
parent 0268521aaa
commit c554fff048
+2
View File
@@ -14,6 +14,8 @@ class Config extends Base {
palettePrimaryLight: { type: ['string', 'null'] },
palettePrimaryMain: { type: ['string', 'null'] },
title: { type: ['string', 'null'] },
createdAt: { type: 'string' },
updatedAt: { type: 'string' },
},
};