feat(PageOverview): make PageOverview title text configurable
This commit is contained in:
committed by
Bastian
parent
1f01f6ccb6
commit
0e180cc841
@@ -27,11 +27,16 @@ interface PageHelp {
|
||||
};
|
||||
}
|
||||
|
||||
interface PageOverview {
|
||||
title: string;
|
||||
}
|
||||
|
||||
export interface Messages {
|
||||
footerFootnote?: string;
|
||||
socialLinks?: SocialLink[];
|
||||
legalInformationLink?: string;
|
||||
pageHelp?: PageHelp;
|
||||
pageOverview?: PageOverview;
|
||||
searchPlaceholder?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user