forked from MapComplete/MapComplete
Themes(toilets): disable 'hands_drying'-options if 'hand_drying=no' is selected
This commit is contained in:
parent
64bbf6c3a4
commit
4d9133fed3
2 changed files with 8 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
||||||
"guidepost="
|
"guidepost="
|
||||||
],
|
],
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This guidepost shows boating routes"
|
"en": "This guidepost shows boating routes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1231,6 +1231,13 @@
|
||||||
"toilets:handwashing=yes"
|
"toilets:handwashing=yes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"invalidValues": {
|
||||||
|
"or": [
|
||||||
|
"toilets:hands_drying~.*;no",
|
||||||
|
"toilets:hands_drying~no;.*",
|
||||||
|
"toilets:hands_drying~.*;no;.*"
|
||||||
|
]
|
||||||
|
},
|
||||||
"multiAnswer": true
|
"multiAnswer": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue