feat(Footer): make Footer texts configurable

This commit is contained in:
Danny Koppenhagen
2021-10-26 20:29:07 +02:00
committed by Bastian
parent 887d4cd9c3
commit 8b052b6221
4 changed files with 9 additions and 3 deletions

View File

@@ -44,7 +44,9 @@ interface PageIndex {
export interface Messages {
footerFootnote?: string;
socialLinksLabel?: string;
socialLinks?: SocialLink[];
legalInformationLabel?: string;
legalInformationLink?: string;
pageHelp?: PageHelp;
pageOverview?: PageOverview;