Themes(food): Add question about seating (#1976)

This commit is contained in:
Robin van der Linde 2024-12-02 13:21:27 +01:00
parent d19b2de1cd
commit a50d1ebe7d
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 61 additions and 5 deletions

View file

@ -3181,7 +3181,34 @@
}
}
]
},
{
"id": "seating",
"question": {
"en": "What kind of seating does {title()} have?",
"nl": "Wat voor zitplaatsen heeft {title()}?"
},
"mappings": [
{
"if": "outdoor_seating=yes",
"ifnot": "outdoor_seating=no",
"then": {
"en": "This place has outdoor seating",
"nl": "Deze plaats heeft zitplaatsen buiten"
},
"icon": "./assets/layers/outdoor_seating/outdoor_seating.svg"
},
{
"if": "indoor_seating=yes",
"ifnot": "indoor_seating=no",
"then": {
"en": "This place has indoor seating",
"nl": "Deze plaats heeft zitplaatsen binnen"
}
}
],
"multiAnswer": true
}
],
"allowMove": false
}
}