Add bicycle libraries

This commit is contained in:
Pieter Vander Vennet 2021-01-05 02:59:29 +01:00
parent 85a6894c92
commit a782266a2f
7 changed files with 361 additions and 107 deletions

View file

@ -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
}
]
}
}