feat(PageHelp): make PageHelp messages configurable
This commit is contained in:
committed by
Bastian
parent
265a8318b0
commit
1e3433274b
@@ -18,13 +18,16 @@ interface Paragraph {
|
||||
|
||||
interface PageHelp {
|
||||
paragraphs: Paragraph[];
|
||||
quadrantsPreDescription?: string;
|
||||
quadrants: Quadrant[];
|
||||
rings: Ring[];
|
||||
ringsPreDescription?: string;
|
||||
sourcecodeLink?: {
|
||||
href: string;
|
||||
name: string;
|
||||
description: string;
|
||||
};
|
||||
headlinePrefix?: string
|
||||
}
|
||||
|
||||
interface PageOverview {
|
||||
|
||||
Reference in New Issue
Block a user