forked from MapComplete/MapComplete
Housekeeping...
This commit is contained in:
parent
522d75e0f9
commit
bae64ab2f3
14 changed files with 160 additions and 20 deletions
|
@ -91,6 +91,20 @@
|
|||
},
|
||||
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
|
||||
},
|
||||
"smoking": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Smoking is <b>allowed</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Smoking is <b>not allowed</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Smoking is <b>allowed outside</b>."
|
||||
}
|
||||
},
|
||||
"question": "Is smoking allowed at {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "What is the website of {title()}?"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue