forked from MapComplete/MapComplete
Add icons, add validation, add phone and email types, add css fixes
This commit is contained in:
parent
eb4dda1ba2
commit
1372027dac
56 changed files with 2794 additions and 3474 deletions
|
@ -14,8 +14,11 @@ import {UIEventSource} from "../UI/UIEventSource";
|
|||
export class Layout {
|
||||
|
||||
public name: string;
|
||||
public icon: string = "./assets/add.svg";
|
||||
public icon: string = "./assets/logo.svg";
|
||||
public title: UIElement;
|
||||
public description: string | UIElement = Translations.t.general.about;
|
||||
public socialImage: string = ""
|
||||
|
||||
public layers: LayerDefinition[];
|
||||
public welcomeMessage: UIElement;
|
||||
public gettingStartedPlzLogin: UIElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue