feat(config): add customizable footer
This commit is contained in:
@@ -16,6 +16,15 @@ class Config extends Base {
|
||||
palettePrimaryMain: { type: ['string', 'null'] },
|
||||
title: { type: ['string', 'null'] },
|
||||
enableTemplates: { type: ['boolean', 'null'] },
|
||||
enableFooter: { type: 'boolean' },
|
||||
footerLogoSvgData: { type: ['string', 'null'] },
|
||||
footerCopyrightText: { type: ['string', 'null'] },
|
||||
footerBackgroundColor: { type: ['string', 'null'] },
|
||||
footerTextColor: { type: ['string', 'null'] },
|
||||
footerDocsLink: { type: ['string', 'null'] },
|
||||
footerTosLink: { type: ['string', 'null'] },
|
||||
footerPrivacyPolicyLink: { type: ['string', 'null'] },
|
||||
footerImprintLink: { type: ['string', 'null'] },
|
||||
createdAt: { type: 'string' },
|
||||
updatedAt: { type: 'string' },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user