Themes: add 'binding'-service question to copyshops

This commit is contained in:
Pieter Vander Vennet 2024-06-14 09:47:03 +02:00
parent 7b72da8064
commit 7b1ca43266

View file

@ -426,6 +426,36 @@
}
]
},
{
"id": "copyshop-binding",
"condition": {
"or": [
"shop~.*copyshop.*",
"shop~.*stationery.*",
"service:print=yes"
]
},
"question": {
"en": "Does this shop offer a binding service?"
},
"questionHint": {
"en": "Does this shop bind a bundle of pages into a small book, e.g. with a comb, a spiral, wire or by gluing?"
},
"mappings": [
{
"if": "service:binding=yes",
"then": {
"en": "This shop binds papers into a booklet"
}
},
{
"if": "service:binding=no",
"then": {
"en": "This shop does bind books"
}
}
]
},
{
"id": "key_cutter",
"question": {