Themes: show capacity:cargo_bike, allow to erase it

This commit is contained in:
Pieter Vander Vennet 2024-04-13 01:55:13 +02:00
parent ba098fc29a
commit 58dfb93818

View file

@ -893,11 +893,25 @@
"cs": "Toto parkoviště je vhodné pro {capacity:cargo_bike} nákladních kol", "cs": "Toto parkoviště je vhodné pro {capacity:cargo_bike} nákladních kol",
"ca": "A aquest aparcament caben {capacity:cargo_bike} bicicletes de càrrega" "ca": "A aquest aparcament caben {capacity:cargo_bike} bicicletes de càrrega"
}, },
"condition": "cargo_bike~designated|yes", "condition": {
"or": [
"capacity:cargo_bike~*",
"cargo_bike~designated|yes"
]
},
"freeform": { "freeform": {
"key": "capacity:cargo_bike", "key": "capacity:cargo_bike",
"type": "nat" "type": "nat"
}, },
"mappings": [{
"if": "cargo_bike=no",
"then": {
"en": "There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed",
"nl": "Hier zijn geen plaatsen voor bakfietsen voorzien of bakfietsen stallen is niet toegestaan "
},
"hideInAnswer": "capacity:cargo_bike=",
"addExtraTags": ["capacity:cargo_bike="]
}],
"id": "Cargo bike capacity?" "id": "Cargo bike capacity?"
} }
], ],