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": [
|
||||
"images",
|
||||
"level",
|
||||
"reviews",
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wat is de naam van deze zaak?",
|
||||
|
@ -432,13 +432,40 @@
|
|||
"email",
|
||||
"phone",
|
||||
"payment-options",
|
||||
"wheelchair-access",
|
||||
"level",
|
||||
"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",
|
||||
"seating",
|
||||
"dog-access",
|
||||
"internet-all",
|
||||
"reviews",
|
||||
"toilet_at_amenity_lib.all"
|
||||
],
|
||||
"filter": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue