Various styling tweaks, add playgrounds to toerisme vlaanderen

This commit is contained in:
Pieter Vander Vennet 2021-10-14 18:29:39 +02:00
parent 2c2649a05b
commit 85ef41e8d5
16 changed files with 903 additions and 717 deletions

View file

@ -75,6 +75,50 @@
}
}
]
},
{
"id": "dispensing_dog_bags",
"question": {
"en": "Does this waste basket have a dispenser for dog excrement bags?"
},
"condition": {
"or": [
"waste=dog_excrement",
"waste=trash",
"waste="
]
},
"mappings": [
{
"if": {
"and": [
"vending=dog_excrement_bag",
"not:vending="
]
},
"then": {
"en": "This waste basket has a dispenser for (dog) excrement bags"
}
},
{
"if": {
"and": [
"not:vending=dog_excrement_bag",
"vending="
]
},
"then": {
"en": "This waste basket <b>does not</b> have a dispenser for (dog) excrement bags"
}
},
{
"if": "vending=",
"then": {
"en": "This waste basket <b>does not</b> have a dispenser for (dog) excrement bags"
},
"hideInAnwer": true
}
]
}
],
"icon": {