feat(PageItem): make PageItem back to quadrant overview text configurable
This commit is contained in:
committed by
Bastian
parent
0e180cc841
commit
a509e0a0da
@@ -31,12 +31,17 @@ interface PageOverview {
|
||||
title: string;
|
||||
}
|
||||
|
||||
interface PageItem {
|
||||
quadrantOverview: string;
|
||||
}
|
||||
|
||||
export interface Messages {
|
||||
footerFootnote?: string;
|
||||
socialLinks?: SocialLink[];
|
||||
legalInformationLink?: string;
|
||||
pageHelp?: PageHelp;
|
||||
pageOverview?: PageOverview;
|
||||
pageItem?: PageItem;
|
||||
searchPlaceholder?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user