forked from MapComplete/MapComplete
simplified way to answer "24/7" open
This commit is contained in:
parent
a8463ac0ce
commit
beeea810d4
1 changed files with 14 additions and 4 deletions
|
@ -385,13 +385,23 @@
|
||||||
"nl": "{opening_hours_table(opening_hours)}"
|
"nl": "{opening_hours_table(opening_hours)}"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "At what times is this defibrillator available? (use 24/7 to indicate it's always available)",
|
"en": "At what times is this defibrillator available?",
|
||||||
"nl": "Wanneer is deze defibrillator beschikbaar? (schrijf 24/7 om aan te geven dat hij steeds beschikbaar is)"
|
"nl": "Wanneer is deze defibrillator beschikbaar?"
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "opening_hours",
|
"key": "opening_hours",
|
||||||
"type": "opening_hours"
|
"type": "opening_hours"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "opening_hours=24/7",
|
||||||
|
"then":
|
||||||
|
{
|
||||||
|
"en": "24/7 opened (including holidays)",
|
||||||
|
"nl": "24/7 open (inclusief feestdagen)"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue