Themes: add icons to access question in toilets

This commit is contained in:
Pieter Vander Vennet 2024-08-29 12:37:01 +02:00
parent 8465b59c7f
commit 2ba461d957

View file

@ -206,6 +206,7 @@
},
{
"if": "access=customers",
"icon": "key",
"then": {
"en": "Only access to customers",
"de": "Der Zugang ist nur für Kunden",
@ -220,6 +221,7 @@
},
{
"if": "access=no",
"icon": "lock",
"alsoShowIf": "access=private",
"then": {
"en": "Not accessible",
@ -236,6 +238,7 @@
},
{
"if": "access=key",
"icon": "key",
"then": {
"en": "Accessible, but one has to ask a key to enter",
"de": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen",