feat(PageIndex): make PageIndex published text configurable
This commit is contained in:
committed by
Bastian
parent
a509e0a0da
commit
265a8318b0
@@ -35,6 +35,10 @@ interface PageItem {
|
||||
quadrantOverview: string;
|
||||
}
|
||||
|
||||
interface PageIndex {
|
||||
publishedLabel: string;
|
||||
}
|
||||
|
||||
export interface Messages {
|
||||
footerFootnote?: string;
|
||||
socialLinks?: SocialLink[];
|
||||
@@ -42,6 +46,7 @@ export interface Messages {
|
||||
pageHelp?: PageHelp;
|
||||
pageOverview?: PageOverview;
|
||||
pageItem?: PageItem;
|
||||
pageIndex?: PageIndex;
|
||||
searchPlaceholder?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user