Themes: Add 'access=permissive' to charging stations, fixes #1255

Co-authored by: Thibault Molleman @thibaultmol
This commit is contained in:
Pieter Vander Vennet 2023-06-14 22:20:39 +02:00
parent f0b007512b
commit cc70e09e11

View file

@ -144,12 +144,7 @@
} }
}, },
{ {
"if": { "if": "access=public",
"or": [
"access=permissive",
"access=public"
]
},
"then": { "then": {
"en": "Anyone can use this charging station (payment might be needed)", "en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)" "nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
@ -176,6 +171,12 @@
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)", "en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> " "nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> "
} }
},
{
"if": "access=permissive",
"then": {
"en": "This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed."
}
} }
] ]
}, },