Update coin denominations + related questions

This commit is contained in:
Robin van der Linde 2023-08-31 23:29:05 +02:00
parent 8473b71451
commit 9830bc99b0
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
50 changed files with 392 additions and 213 deletions

View file

@ -274,27 +274,8 @@
},
{
"or": [
"_country=",
"_country=at",
"_country=be",
"_country=cy",
"_country=de",
"_country=ee",
"_country=es",
"_country=fi",
"_country=fr",
"_country=gr",
"_country=hr",
"_country=ie",
"_country=it",
"_country=lt",
"_country=lu",
"_country=lv",
"_country=mt",
"_country=nl",
"_country=pt",
"_country=si",
"_country=sk"
"_currency=",
"_currency~.*EUR.*"
]
}
]
@ -311,7 +292,7 @@
"mappings": [
{
"if": "cash_out:notes:denominations=5 EUR",
"icon": "./assets/layers/questions/5euro.svg",
"icon": "./assets/layers/questions/denominations/eur/5euro.svg",
"then": {
"en": "5 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 5 euro afhalen",
@ -321,7 +302,7 @@
},
{
"if": "cash_out:notes:denominations=10 EUR",
"icon": "./assets/layers/questions/10euro.svg",
"icon": "./assets/layers/questions/denominations/eur/10euro.svg",
"then": {
"en": "10 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 10 euro afhalen",
@ -331,7 +312,7 @@
},
{
"if": "cash_out:notes:denominations=20 EUR",
"icon": "./assets/layers/questions/20euro.svg",
"icon": "./assets/layers/questions/denominations/eur/20euro.svg",
"then": {
"en": "20 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 20 euro afhalen",
@ -341,7 +322,7 @@
},
{
"if": "cash_out:notes:denominations=50 EUR",
"icon": "./assets/layers/questions/50euro.svg",
"icon": "./assets/layers/questions/denominations/eur/50euro.svg",
"then": {
"en": "50 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 50 euro afhalen",
@ -351,7 +332,7 @@
},
{
"if": "cash_out:notes:denominations=100 EUR",
"icon": "./assets/layers/questions/100euro.svg",
"icon": "./assets/layers/questions/denominations/eur/100euro.svg",
"then": {
"en": "100 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 100 euro afhalen",
@ -361,7 +342,7 @@
},
{
"if": "cash_out:notes:denominations=200 EUR",
"icon": "./assets/layers/questions/200euro.svg",
"icon": "./assets/layers/questions/denominations/eur/200euro.svg",
"then": {
"en": "200 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 200 euro afhalen",
@ -371,7 +352,7 @@
},
{
"if": "cash_out:notes:denominations=500 EUR",
"icon": "./assets/layers/questions/500euro.svg",
"icon": "./assets/layers/questions/denominations/eur/500euro.svg",
"then": {
"en": "500 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 500 euro afhalen",

View file

@ -108,6 +108,12 @@
"en": "This penny press uses a 2 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 2 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 2 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -116,6 +122,12 @@
"en": "This penny press uses a 5 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 5 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 5 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -124,6 +136,12 @@
"en": "This penny press uses a 10 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 10 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 10 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -143,6 +161,20 @@
"es": "Esta prensa de centavo utiliza una moneda de 50 centavos para presionar."
},
"hideInAnswer": "_currency!~.*USD.*"
},
{
"if": "coin:type=10centimes",
"then": {
"en": "This penny press uses a 10 centimes coin for pressing."
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "coin:type=20centimes",
"then": {
"en": "This penny press uses a 20 centimes coin for pressing."
},
"hideInAnswer": "_currency!~.*CHF.*"
}
],
"render": {
@ -186,6 +218,20 @@
"es": "Cuesta 2 euros para presionar un centavo."
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "charge=2 CHF",
"then": {
"en": "It costs 2 Swiss francs to press a penny."
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "charge=1 CHF",
"then": {
"en": "It costs 1 Swiss franc to press a penny."
},
"hideInAnswer": "_currency!~.*CHF.*"
}
],
"render": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,72 @@
[
{
"path": "10rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "1fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "20rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "2fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "50rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "5fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "5rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
}
]

View file

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 234 KiB

View file

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View file

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View file

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

View file

@ -0,0 +1,167 @@
[
{
"path": "100euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311346/worksheet-100-euro-coloured"
]
},
{
"path": "10cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311337/worksheet-10-cent-coloured"
]
},
{
"path": "10euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311343/worksheet-10-euro-coloured"
]
},
{
"path": "1cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311334/worksheet-1-cent-coloured"
]
},
{
"path": "1euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311340/worksheet-1-euro-coloured"
]
},
{
"path": "200euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311347/worksheet-200-euro-coloured"
]
},
{
"path": "20cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311338/worksheet-20-cent-coloured"
]
},
{
"path": "20euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311344/worksheet-20-euro-coloured"
]
},
{
"path": "2cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311335/worksheet-2-cent-coloured"
]
},
{
"path": "2euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311341/worksheet-2-euro-coloured"
]
},
{
"path": "500euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311348/worksheet-500-euro-coloured"
]
},
{
"path": "50cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311339/worksheet-50-cent-coloured"
]
},
{
"path": "50euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311345/worksheet-50-euro-coloured"
]
},
{
"path": "5cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311336/worksheet-5-cent-coloured"
]
},
{
"path": "5euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311342/worksheet-5-euro-coloured"
]
}
]

View file

@ -1,169 +1,4 @@
[
{
"path": "100euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311346/worksheet-100-euro-coloured"
]
},
{
"path": "10cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311337/worksheet-10-cent-coloured"
]
},
{
"path": "10euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311343/worksheet-10-euro-coloured"
]
},
{
"path": "1cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311334/worksheet-1-cent-coloured"
]
},
{
"path": "1euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311340/worksheet-1-euro-coloured"
]
},
{
"path": "200euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311347/worksheet-200-euro-coloured"
]
},
{
"path": "20cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311338/worksheet-20-cent-coloured"
]
},
{
"path": "20euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311344/worksheet-20-euro-coloured"
]
},
{
"path": "2cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311335/worksheet-2-cent-coloured"
]
},
{
"path": "2euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311341/worksheet-2-euro-coloured"
]
},
{
"path": "500euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311348/worksheet-500-euro-coloured"
]
},
{
"path": "50cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311339/worksheet-50-cent-coloured"
]
},
{
"path": "50euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311345/worksheet-50-euro-coloured"
]
},
{
"path": "5cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311336/worksheet-5-cent-coloured"
]
},
{
"path": "5euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311342/worksheet-5-euro-coloured"
]
},
{
"path": "audio_induction_loop.svg",
"license": "CC-BY-4.0",

View file

@ -1126,7 +1126,8 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*",
"_currency~.*CHF.*"
]
}
]
@ -1146,7 +1147,7 @@
"mappings": [
{
"if": "payment:coins:denominations=0.01 EUR",
"icon": "./assets/layers/questions/1cent.svg",
"icon": "./assets/layers/questions/denominations/eur/1cent.svg",
"then": {
"en": "1 cent coins are accepted",
"de": "1-Cent-Münzen werden akzeptiert",
@ -1163,7 +1164,7 @@
},
{
"if": "payment:coins:denominations=0.02 EUR",
"icon": "./assets/layers/questions/2cent.svg",
"icon": "./assets/layers/questions/denominations/eur/2cent.svg",
"then": {
"en": "2 cent coins are accepted",
"de": "2-Cent-Münzen werden akzeptiert",
@ -1180,7 +1181,7 @@
},
{
"if": "payment:coins:denominations=0.05 EUR",
"icon": "./assets/layers/questions/5cent.svg",
"icon": "./assets/layers/questions/denominations/eur/5cent.svg",
"then": {
"en": "5 cent coins are accepted",
"de": "5-Cent-Münzen werden akzeptiert",
@ -1197,7 +1198,7 @@
},
{
"if": "payment:coins:denominations=0.10 EUR",
"icon": "./assets/layers/questions/10cent.svg",
"icon": "./assets/layers/questions/denominations/eur/10cent.svg",
"then": {
"en": "10 cent coins are accepted",
"de": "10-Cent-Münzen werden akzeptiert",
@ -1214,7 +1215,7 @@
},
{
"if": "payment:coins:denominations=0.20 EUR",
"icon": "./assets/layers/questions/20cent.svg",
"icon": "./assets/layers/questions/denominations/eur/20cent.svg",
"then": {
"en": "20 cent coins are accepted",
"de": "20-Cent-Münzen werden akzeptiert",
@ -1231,7 +1232,7 @@
},
{
"if": "payment:coins:denominations=0.50 EUR",
"icon": "./assets/layers/questions/50cent.svg",
"icon": "./assets/layers/questions/denominations/eur/50cent.svg",
"then": {
"en": "50 cent coins are accepted",
"de": "50-Cent-Münzen werden akzeptiert",
@ -1248,7 +1249,7 @@
},
{
"if": "payment:coins:denominations=1 EUR",
"icon": "./assets/layers/questions/1euro.svg",
"icon": "./assets/layers/questions/denominations/eur/1euro.svg",
"then": {
"en": "1 euro coins are accepted",
"de": "1-Euro-Münzen werden akzeptiert",
@ -1264,7 +1265,7 @@
},
{
"if": "payment:coins:denominations=2 EUR",
"icon": "./assets/layers/questions/2euro.svg",
"icon": "./assets/layers/questions/denominations/eur/2euro.svg",
"then": {
"en": "2 euro coins are accepted",
"de": "2-Euro-Münzen werden akzeptiert",
@ -1277,6 +1278,69 @@
"cs": "Jsou přijímány mince v hodnotě 2 euro"
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "payment:coins:denominations=0.05 CHF",
"icon": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png",
"then": {
"en": "5 centimes coins are accepted",
"nl": "Munten van 5 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.10 CHF",
"icon": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png",
"then": {
"en": "10 centimes coins are accepted",
"nl": "Munten van 10 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.20 CHF",
"icon": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png",
"then": {
"en": "20 centimes coins are accepted",
"nl": "Munten van 20 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.50 CHF",
"icon": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png",
"then": {
"en": "½ franc coins are accepted",
"nl": "Munten van ½ frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=1 CHF",
"icon": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png",
"then": {
"en": "1 franc coins are accepted",
"nl": "Munten van 1 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=2 CHF",
"icon": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png",
"then": {
"en": "2 francs coins are accepted",
"nl": "Munten van 2 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=5 CHF",
"icon": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png",
"then": {
"en": "5 francs coins are accepted",
"nl": "Munten van 5 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
}
]
},
@ -1292,7 +1356,7 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*"
]
}
]
@ -1311,7 +1375,7 @@
"mappings": [
{
"if": "payment:notes:denominations=5 EUR",
"icon": "./assets/layers/questions/5euro.svg",
"icon": "./assets/layers/questions/denominations/eur/5euro.svg",
"then": {
"en": "5 euro notes are accepted",
"nl": "Biljetten van 5 euro worden geaccepteerd",
@ -1326,7 +1390,7 @@
},
{
"if": "payment:notes:denominations=10 EUR",
"icon": "./assets/layers/questions/10euro.svg",
"icon": "./assets/layers/questions/denominations/eur/10euro.svg",
"then": {
"en": "10 euro notes are accepted",
"nl": "Biljetten van 10 euro worden geaccepteerd",
@ -1341,7 +1405,7 @@
},
{
"if": "payment:notes:denominations=20 EUR",
"icon": "./assets/layers/questions/20euro.svg",
"icon": "./assets/layers/questions/denominations/eur/20euro.svg",
"then": {
"en": "20 euro notes are accepted",
"nl": "Biljetten van 20 euro worden geaccepteerd",
@ -1356,7 +1420,7 @@
},
{
"if": "payment:notes:denominations=50 EUR",
"icon": "./assets/layers/questions/50euro.svg",
"icon": "./assets/layers/questions/denominations/eur/50euro.svg",
"then": {
"en": "50 euro notes are accepted",
"nl": "Biljetten van 50 euro worden geaccepteerd",
@ -1371,7 +1435,7 @@
},
{
"if": "payment:notes:denominations=100 EUR",
"icon": "./assets/layers/questions/100euro.svg",
"icon": "./assets/layers/questions/denominations/eur/100euro.svg",
"then": {
"en": "100 euro notes are accepted",
"nl": "Biljetten van 100 euro worden geaccepteerd",
@ -1386,7 +1450,7 @@
},
{
"if": "payment:notes:denominations=200 EUR",
"icon": "./assets/layers/questions/200euro.svg",
"icon": "./assets/layers/questions/denominations/eur/200euro.svg",
"then": {
"en": "200 euro notes are accepted",
"nl": "Biljetten van 200 euro worden geaccepteerd",
@ -1401,7 +1465,7 @@
},
{
"if": "payment:notes:denominations=500 EUR",
"icon": "./assets/layers/questions/500euro.svg",
"icon": "./assets/layers/questions/denominations/eur/500euro.svg",
"then": {
"en": "500 euro notes are accepted",
"nl": "Biljetten van 500 euro worden geaccepteerd",