Chore: lint themes

This commit is contained in:
Pieter Vander Vennet 2025-07-10 16:56:25 +02:00
parent 1ef03565ae
commit 798d3b657c
4 changed files with 32 additions and 17 deletions

View file

@ -264,9 +264,14 @@
"cs": "Má toto místo nabídku pro vegany?" "cs": "Má toto místo nabídku pro vegany?"
}, },
"condition": { "condition": {
"and": [{ "and": [
"and": ["amenity!=fast_food", "amenity!=restaurant"] {
}] "and": [
"amenity!=fast_food",
"amenity!=restaurant"
]
}
]
}, },
"mappings": [ "mappings": [
{ {
@ -335,9 +340,14 @@
"hidden" "hidden"
], ],
"condition": { "condition": {
"and": [{ "and": [
"or": ["amenity=fast_food", "amenity=restaurant"] {
}] "or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
]
}, },
"mappings": [ "mappings": [
{ {
@ -500,7 +510,6 @@
"diets", "diets",
"diets_content", "diets_content",
"diets_grouped", "diets_grouped",
"hidden" "hidden"
], ],
"id": "vegetarian" "id": "vegetarian"
@ -638,7 +647,6 @@
} }
] ]
}, },
{ {
"id": "diet-questions", "id": "diet-questions",
"labels": [ "labels": [

View file

@ -665,13 +665,17 @@
}, },
{ {
"id": "show-menu-image", "id": "show-menu-image",
"labels": ["menu"], "labels": [
"menu"
],
"render": { "render": {
"*": "{image_carousel(image:menu)}" "*": "{image_carousel(image:menu)}"
} }
}, },
{ {
"labels": ["menu"], "labels": [
"menu"
],
"id": "add-menu-image", "id": "add-menu-image",
"render": { "render": {
"special": { "special": {
@ -692,8 +696,9 @@
}, },
{ {
"id": "menu-website", "id": "menu-website",
"labels": ["menu"], "labels": [
"menu"
],
"question": { "question": {
"en": "On what webpage is the menu published?", "en": "On what webpage is the menu published?",
"de": "Auf welcher Webseite wird das Menü veröffentlicht?", "de": "Auf welcher Webseite wird das Menü veröffentlicht?",
@ -913,7 +918,9 @@
"builtin": "diets.diets_content", "builtin": "diets.diets_content",
"override": { "override": {
"condition": { "condition": {
"and+":["cuisine!=friture"] "and+": [
"cuisine!=friture"
]
} }
} }
}, },
@ -1160,7 +1167,6 @@
], ],
"condition": "cuisine=friture" "condition": "cuisine=friture"
}, },
{ {
"id": "friture-take-your-container", "id": "friture-take-your-container",
"question": { "question": {

View file

@ -106,4 +106,4 @@
}, },
"credits": "Pieter Vander Vennet", "credits": "Pieter Vander Vennet",
"credits:uid": 3818858 "credits:uid": 3818858
} }

View file

@ -1424,7 +1424,9 @@
{ {
"id": "erotic_shop_fetish", "id": "erotic_shop_fetish",
"condition": "shop=erotic", "condition": "shop=erotic",
"labels": ["nsfw"], "labels": [
"nsfw"
],
"multiAnswer": true, "multiAnswer": true,
"question": { "question": {
"en": "Does this shop offer fetish gear?", "en": "Does this shop offer fetish gear?",
@ -1509,7 +1511,6 @@
} }
] ]
}, },
"internet-all", "internet-all",
{ {
"id": "organic", "id": "organic",