Themes(toilets): disable 'hands_drying'-options if 'hand_drying=no' is selected

This commit is contained in:
Pieter Vander Vennet 2025-09-23 23:51:57 +02:00
parent 64bbf6c3a4
commit 4d9133fed3
2 changed files with 8 additions and 1 deletions

View file

@ -213,7 +213,7 @@
"guidepost="
],
"then": {
"en": "This guidepost shows boating routes"
"en": "This guidepost shows boating routes"
}
},
{

View file

@ -1231,6 +1231,13 @@
"toilets:handwashing=yes"
]
},
"invalidValues": {
"or": [
"toilets:hands_drying~.*;no",
"toilets:hands_drying~no;.*",
"toilets:hands_drying~.*;no;.*"
]
},
"multiAnswer": true
},
{