Theme(ATM): Include indoor question

This commit is contained in:
Robin van der Linde 2025-03-30 20:58:47 +02:00
parent 16700a2af6
commit 9165963ed9
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -241,6 +241,30 @@
}
},
"opening_hours_24_7",
{
"builtin": "indoor",
"override": {
"question": {
"en": "Is this ATM located indoors?",
"nl": "Bevindt deze geldautomaat zich binnen?"
},
"mappings": [
{
"then": {
"en": "This ATM is located indoors",
"nl": "Deze geldautomaat bevindt zich binnen"
}
},
{
"if": "indoor=no",
"then": {
"en": "This ATM is located outdoors",
"nl": "Deze geldautomaat bevindt zich buiten"
}
}
]
}
},
{
"id": "cash_out",
"question": {
@ -650,4 +674,4 @@
"enableImproveAccuracy": true,
"enableRelocation": false
}
}
}