forked from MapComplete/MapComplete
Pubs and cafes
This commit is contained in:
parent
37f27bf58f
commit
907f58c56b
7 changed files with 268 additions and 27 deletions
|
@ -187,6 +187,31 @@
|
|||
"type": "opening_hours"
|
||||
}
|
||||
},
|
||||
"payment-options": {
|
||||
"question": {
|
||||
"en": "Which methods of payment are accepted here?",
|
||||
"nl": "Welke betaalmiddelen worden hier geaccepteerd?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "payment:cash=yes",
|
||||
"ifnot": "payment:cash=no",
|
||||
"then": {
|
||||
"en": "Cash is accepted here",
|
||||
"nl": "Cash geld wordt hier aanvaard"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "payment:cards=yes",
|
||||
"ifnot": "payment:cards=no",
|
||||
"then": {
|
||||
"en": "Payment cards are accepted here",
|
||||
"nl": "Betalen met bankkaarten kan hier"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"last_edit": {
|
||||
"#": "Gives some metainfo about the last edit and who did edit it - rendering only",
|
||||
"condition": "_last_edit:contributor~*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue