Themes: add velopark theme

This commit is contained in:
Pieter Vander Vennet 2024-01-11 05:10:29 +01:00
parent ac9792ac43
commit 1c1cea7f03
8 changed files with 209 additions and 0 deletions

View file

@ -634,6 +634,40 @@
],
"id": "Access"
},
{
"id": "fee",
"question": {
"en": "Are these bicycle parkings free to use?",
"nl": "Is deze fietsenstalling gratis te gebruiken?"
},
"mappings": [
{
"if": "fee=yes",
"then": {
"en": "One has to <b>pay</b> to use this bicycle parking",
"nl": "<b>Betalende</b> fietsparking"
}
},
{
"if": "fee=no",
"alsoShowIf": "fee=",
"then": {
"en": "Free to use",
"nl": "Gratis te gebruiken"
}
}
]
},
{
"builtin": "opening_hours_24_7",
"override": {
"mappings": [
{
"alsoShowIf": "opening_hours="
}
]
}
},
{
"question": {
"en": "Does this bicycle parking have spots for cargo bikes?",