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

@@ -11,6 +11,15 @@ export default async (request, response) => {
const configParams = (request) => {
const {
enableFooter,
footerBackgroundColor,
footerCopyrightText,
footerDocsLink,
footerImprintLink,
footerLogoSvgData,
footerPrivacyPolicyLink,
footerTextColor,
footerTosLink,
logoSvgData,
palettePrimaryDark,
palettePrimaryLight,
@@ -19,6 +28,15 @@ const configParams = (request) => {
} = request.body;
return {
enableFooter,
footerBackgroundColor,
footerCopyrightText,
footerDocsLink,
footerImprintLink,
footerLogoSvgData,
footerPrivacyPolicyLink,
footerTextColor,
footerTosLink,
logoSvgData,
palettePrimaryDark,
palettePrimaryLight,