Small bug fixes
This commit is contained in:
parent
4d2e8b6f24
commit
488fd16873
9 changed files with 51 additions and 14 deletions
|
@ -95,7 +95,8 @@
|
|||
"condition": "operator=De Fietsambassade Gent"
|
||||
},
|
||||
"wikipedialink",
|
||||
"osmlink"
|
||||
"osmlink",
|
||||
"sharelink"
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
|
@ -174,6 +175,34 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wanneer is dit fietsherstelpunt open?",
|
||||
"en": "When is this bicycle repair point opened?"
|
||||
},
|
||||
"render": "{opening_hours_table()}",
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "opening_hours=24/7",
|
||||
"then": {
|
||||
"nl": "Dag en nacht open",
|
||||
"en": "Always opened"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "opening_hours=",
|
||||
"then": {
|
||||
"nl": "Dag en nacht open",
|
||||
"en": "Always opened"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this bike repair station have a special tool to repair your bike chain?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue