Add question on accessibility of bicycle pumps

This commit is contained in:
Pieter Vander Vennet 2022-02-11 02:03:33 +01:00
parent fa2e9db571
commit 6ff4d22de3
3 changed files with 73 additions and 4 deletions

View file

@ -277,6 +277,54 @@
],
"id": "bike_repair_station-opening_hours"
},
{
"id": "access",
"question": {
"en": "Who is allowed to use this repair station?",
"nl": "Wie kan dit herstelpunt gebruiken?"
},
"mappings": [
{
"if": "access=yes",
"then": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk"
}
},
{
"if": "access=public",
"then": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk"
},
"hideInAnswer": true
},
{
"if": "access=customers",
"then": {
"en": "Only for customers",
"nl": "Enkel voor klanten van de bijhorende zaak"
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public",
"nl": "Niet publiek toegankelijk"
},
"icon": "./assets/svg/invalid.svg"
},
{
"if": "access=no",
"then": {
"en": "Not accessible to the general public",
"nl": "Niet publiek toegankelijk"
},
"icon": "./assets/svg/invalid.svg",
"hideInAnswer": true
}
]
},
{
"labels": [
"operator-info"
@ -753,7 +801,14 @@
{
"if": "operator=De Fietsambassade Gent",
"then": "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg"
},
{
"if": {
"or": ["access=no","access=private"]
},
"then": "invalid"
}
],
"iconSize": {
"render": "50,50,bottom"