forked from MapComplete/MapComplete
Add a 'more quests'-screen
This commit is contained in:
parent
19f69b31a4
commit
f9e0735378
6 changed files with 113 additions and 56 deletions
|
@ -16,7 +16,7 @@ export class Layout {
|
|||
public name: string;
|
||||
public icon: string = "./assets/logo.svg";
|
||||
public title: UIElement;
|
||||
public description: string | UIElement = Translations.t.general.about;
|
||||
public description: string | UIElement;
|
||||
public socialImage: string = ""
|
||||
|
||||
public layers: LayerDefinition[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue