feat(config): add customizable footer

This commit is contained in:
Ali BARIN
2025-03-10 09:34:41 +00:00
parent 423317966e
commit 035ed6fee3
9 changed files with 172 additions and 0 deletions

View File

@@ -16,6 +16,15 @@ const configMock = (config) => {
installationCompleted: config.installationCompleted || false,
title: config.title,
enableTemplates: config.enableTemplates,
enableFooter: config.enableFooter || false,
footerLogoSvgData: config.footerLogoSvgData,
footerCopyrightText: config.footerCopyrightText,
footerBackgroundColor: config.footerBackgroundColor,
footerTextColor: config.footerTextColor,
footerDocsLink: config.footerDocsLink,
footerTosLink: config.footerTosLink,
footerPrivacyPolicyLink: config.footerPrivacyPolicyLink,
footerImprintLink: config.footerImprintLink,
},
meta: {
count: 1,