From cdc386d8ba2d93cd605e64bcc3ed111633b32729 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 22 Feb 2022 18:51:34 +0100 Subject: [PATCH] Small fixes --- assets/themes/buurtnatuur/buurtnatuur.json | 16 ++++++++-------- langs/themes/icon.json | 21 --------------------- scripts/build.sh | 3 ++- 3 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 langs/themes/icon.json diff --git a/assets/themes/buurtnatuur/buurtnatuur.json b/assets/themes/buurtnatuur/buurtnatuur.json index 991654c46..97526b843 100644 --- a/assets/themes/buurtnatuur/buurtnatuur.json +++ b/assets/themes/buurtnatuur/buurtnatuur.json @@ -504,9 +504,9 @@ ] }, "then": { - "nl": "Dit gebied wordt beheerd door Natuurpunt", - "icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg" - } + "nl": "Dit gebied wordt beheerd door Natuurpunt" + }, + "icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg" }, { "if": { @@ -515,9 +515,9 @@ ] }, "then": { - "nl": "Dit gebied wordt beheerd door {operator}", - "icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg" + "nl": "Dit gebied wordt beheerd door {operator}" }, + "icon": "./assets/themes/buurtnatuur/Natuurpunt.jpg", "hideInAnswer": true }, { @@ -527,9 +527,9 @@ ] }, "then": { - "nl": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos", - "icon": "./assets/themes/buurtnatuur/ANB.jpg" - } + "nl": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos" + }, + "icon": "./assets/themes/buurtnatuur/ANB.jpg" }, { "if": { diff --git a/langs/themes/icon.json b/langs/themes/icon.json deleted file mode 100644 index 9544aaac9..000000000 --- a/langs/themes/icon.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "buurtnatuur": { - "overrideAll": { - "tagRenderings+": { - "1": { - "mappings": { - "1": { - "then": "./assets/themes/buurtnatuur/Natuurpunt.jpg" - }, - "2": { - "then": "./assets/themes/buurtnatuur/Natuurpunt.jpg" - }, - "3": { - "then": "./assets/themes/buurtnatuur/ANB.jpg" - } - } - } - } - } - } -} \ No newline at end of file diff --git a/scripts/build.sh b/scripts/build.sh index a983fce24..cd5e9e016 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -12,7 +12,8 @@ mkdir dist/assets 2> /dev/null npm run generate:editor-layer-index npm run generate && npm run test && -npm run generate:layouts +npm run generate:layouts && +npm run generate:layouts # generate:layouts has to be run twice: the personal theme won't pick up all the layers otherwise if [ $? -ne 0 ]; then echo "ERROR - stopping the build"