feat(config): add missing schema properties
This commit is contained in:
@@ -14,6 +14,8 @@ class Config extends Base {
|
|||||||
palettePrimaryLight: { type: ['string', 'null'] },
|
palettePrimaryLight: { type: ['string', 'null'] },
|
||||||
palettePrimaryMain: { type: ['string', 'null'] },
|
palettePrimaryMain: { type: ['string', 'null'] },
|
||||||
title: { type: ['string', 'null'] },
|
title: { type: ['string', 'null'] },
|
||||||
|
createdAt: { type: 'string' },
|
||||||
|
updatedAt: { type: 'string' },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user