Completed the port of the buurtnatuur-layer with some fixes for that

This commit is contained in:
Pieter Vander Vennet 2020-09-17 19:24:57 +02:00
parent 8963db4621
commit 77e065d6e7
8 changed files with 29 additions and 9 deletions

View file

@ -17,6 +17,7 @@ export class PersonalLayout extends Layout {
Translations.t.favourite.description,
);
this.description = "The personal theme allows to select one or more layers from all the layouts, creating a truly personal editor"
this.icon = "./assets/star.svg"
}