Small improvements to 'createLayouts'-script

This commit is contained in:
Pieter Vander Vennet 2020-10-23 02:15:58 +02:00
parent b9cd30cb1f
commit f81de078f7
5 changed files with 17 additions and 3 deletions

View file

@ -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;