Add parking fee to charging stations theme

This commit is contained in:
Pieter Vander Vennet 2021-09-22 16:46:25 +02:00
parent 8f4bf6ca58
commit 18a1221dd4

View file

@ -523,6 +523,26 @@
}
}
]
},
{
"#": "Parking:fee",
"question": {
"en": "Does one have to pay a parking fee while charging?"
},
"mappings": [
{
"if": "parking:fee=no",
"then": {
"en": "No additional parking cost while charging"
}
},
{
"if": "parking:fee=yes",
"then": {
"en": "An additional parking fee should be paid while charging"
}
}
]
}
],
"icon": {