feat(config): add missing schema properties

This commit is contained in:
Ali BARIN
2024-09-20 11:21:22 +00:00
parent 0268521aaa
commit c554fff048

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' },
},
};