forked from MapComplete/MapComplete
More work on the custom theme generator, add aed template, move bookcases to json template
This commit is contained in:
parent
146552e62c
commit
560c8e1567
34 changed files with 1048 additions and 590 deletions
|
@ -1,20 +0,0 @@
|
|||
import {Layout} from "../Layout";
|
||||
import * as Layer from "../Layers/Bookcases";
|
||||
import Translations from "../../UI/i18n/Translations";
|
||||
import Combine from "../../UI/Base/Combine";
|
||||
|
||||
export class Bookcases extends Layout {
|
||||
constructor() {
|
||||
super("bookcases",
|
||||
["nl", "en"],
|
||||
Translations.t.bookcases.title,
|
||||
[new Layer.Bookcases()],
|
||||
14,
|
||||
51.2,
|
||||
3.2,
|
||||
|
||||
new Combine(["<h3>",Translations.t.bookcases.title,"</h3>", Translations.t.bookcases.description])
|
||||
);
|
||||
this.icon = "assets/bookcase.svg"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue