forked from MapComplete/MapComplete
Themes(pubs): add reusable cups question (https://en.osm.town/@sunset_sakura/114496889401421866)
This commit is contained in:
parent
cde7bf6d9a
commit
0c95b1ba1c
1 changed files with 30 additions and 3 deletions
|
@ -285,7 +285,7 @@
|
||||||
],
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
"level",
|
"reviews",
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Wat is de naam van deze zaak?",
|
"nl": "Wat is de naam van deze zaak?",
|
||||||
|
@ -432,13 +432,40 @@
|
||||||
"email",
|
"email",
|
||||||
"phone",
|
"phone",
|
||||||
"payment-options",
|
"payment-options",
|
||||||
"wheelchair-access",
|
"level",
|
||||||
"smoking",
|
"smoking",
|
||||||
|
"wheelchair-access",
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "Does {title()} accept bring-your-own reusable cups?"
|
||||||
|
},
|
||||||
|
"id": "pub_reusable_packaging",
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "reusable_packaging:accept=yes",
|
||||||
|
"then": {
|
||||||
|
"en": "Accepts reusable cups"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "reusable_packaging:accept=no",
|
||||||
|
"alsoShowIf": "reusable_packaging:accept=",
|
||||||
|
"then": {
|
||||||
|
"en": "Does not accept reusable cups"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "reusable_packaging:accept=only",
|
||||||
|
"then": {
|
||||||
|
"en": "<b>Only</b> serves to people who bring reusable cups"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"service:electricity",
|
"service:electricity",
|
||||||
"seating",
|
"seating",
|
||||||
"dog-access",
|
"dog-access",
|
||||||
"internet-all",
|
"internet-all",
|
||||||
"reviews",
|
|
||||||
"toilet_at_amenity_lib.all"
|
"toilet_at_amenity_lib.all"
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue