forked from MapComplete/MapComplete
Themes: add icons to access question in toilets
This commit is contained in:
parent
8465b59c7f
commit
2ba461d957
1 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=customers",
|
"if": "access=customers",
|
||||||
|
"icon": "key",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Only access to customers",
|
"en": "Only access to customers",
|
||||||
"de": "Der Zugang ist nur für Kunden",
|
"de": "Der Zugang ist nur für Kunden",
|
||||||
|
@ -220,6 +221,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=no",
|
"if": "access=no",
|
||||||
|
"icon": "lock",
|
||||||
"alsoShowIf": "access=private",
|
"alsoShowIf": "access=private",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Not accessible",
|
"en": "Not accessible",
|
||||||
|
@ -236,6 +238,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "access=key",
|
"if": "access=key",
|
||||||
|
"icon": "key",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Accessible, but one has to ask a key to enter",
|
"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",
|
"de": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen",
|
||||||
|
|
Loading…
Reference in a new issue