forked from MapComplete/MapComplete
Small improvements to 'createLayouts'-script
This commit is contained in:
parent
b9cd30cb1f
commit
f81de078f7
5 changed files with 17 additions and 3 deletions
|
@ -18,6 +18,10 @@ export class Layout {
|
|||
public description: string | UIElement;
|
||||
public changesetMessage: string;
|
||||
public socialImage: string = "";
|
||||
/**
|
||||
* Custom CSS link
|
||||
*/
|
||||
public customCss: string = undefined;
|
||||
|
||||
public layers: (LayerDefinition | string)[];
|
||||
public welcomeMessage: UIElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue