Themes(shops): change conditions for self_checkout question

This commit is contained in:
Robin van der Linde 2025-08-17 14:37:54 +02:00
parent ede92c5554
commit aecc36dfbe

View file

@ -1665,9 +1665,30 @@
}
}
},
{
"builtin": "self_checkout",
"override": {
"+mappings": [
{
"if": {
"and": [
"self_checkout=",
"shop!=supermarket",
"shop!=convenience",
"shop!=chemist"
]
},
"then": {
"en": "This shop (probably) does not offer self-checkout"
},
"hideInAnswer": true
}
]
}
},
"self_checkout_type",
"description",
"toilet_at_amenity_lib.all",
"self_checkout_questions"
"toilet_at_amenity_lib.all"
],
"filter": [
{