Themes(scouting): cleanup, use NSI
This commit is contained in:
parent
b32f384f38
commit
1f384e754b
13 changed files with 220 additions and 274 deletions
|
@ -167,13 +167,11 @@ class DownloadNsiLogos extends Script {
|
|||
}
|
||||
|
||||
const config: LayerConfigJson = {
|
||||
"#dont-translate": "*",
|
||||
"#no-index": "yes",
|
||||
id: "nsi_" + type,
|
||||
source: "special:library",
|
||||
description: {
|
||||
en: "Exposes part of the NSI to reuse in other themes, e.g. for rendering",
|
||||
},
|
||||
source: "special:library",
|
||||
pointRendering: null,
|
||||
tagRenderings: [
|
||||
iconsTr,
|
||||
|
@ -187,6 +185,7 @@ class DownloadNsiLogos extends Script {
|
|||
},
|
||||
],
|
||||
allowMove: false,
|
||||
"#dont-translate": "*",
|
||||
}
|
||||
const path = "./assets/layers/nsi_" + type
|
||||
mkdirSync(path, { recursive: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue