forked from MapComplete/MapComplete
Add bicycle libraries
This commit is contained in:
parent
85a6894c92
commit
a782266a2f
7 changed files with 361 additions and 107 deletions
|
@ -71,6 +71,20 @@
|
|||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or": ["opening_hours=by appointment",
|
||||
"opening_hours=by_appointment",
|
||||
"opening_hours=\"by appointment\""]
|
||||
},
|
||||
"then": {
|
||||
"en": "Only by appointment",
|
||||
"nl": "Enkel op afspraak"
|
||||
},
|
||||
"hideInAnswers": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue