forked from MapComplete/MapComplete
Chore: lint themes
This commit is contained in:
parent
1ef03565ae
commit
798d3b657c
4 changed files with 32 additions and 17 deletions
|
@ -264,9 +264,14 @@
|
|||
"cs": "Má toto místo nabídku pro vegany?"
|
||||
},
|
||||
"condition": {
|
||||
"and": [{
|
||||
"and": ["amenity!=fast_food", "amenity!=restaurant"]
|
||||
}]
|
||||
"and": [
|
||||
{
|
||||
"and": [
|
||||
"amenity!=fast_food",
|
||||
"amenity!=restaurant"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -335,9 +340,14 @@
|
|||
"hidden"
|
||||
],
|
||||
"condition": {
|
||||
"and": [{
|
||||
"or": ["amenity=fast_food", "amenity=restaurant"]
|
||||
}]
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"amenity=fast_food",
|
||||
"amenity=restaurant"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -500,7 +510,6 @@
|
|||
"diets",
|
||||
"diets_content",
|
||||
"diets_grouped",
|
||||
|
||||
"hidden"
|
||||
],
|
||||
"id": "vegetarian"
|
||||
|
@ -638,7 +647,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "diet-questions",
|
||||
"labels": [
|
||||
|
|
|
@ -665,13 +665,17 @@
|
|||
},
|
||||
{
|
||||
"id": "show-menu-image",
|
||||
"labels": ["menu"],
|
||||
"labels": [
|
||||
"menu"
|
||||
],
|
||||
"render": {
|
||||
"*": "{image_carousel(image:menu)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"labels": ["menu"],
|
||||
"labels": [
|
||||
"menu"
|
||||
],
|
||||
"id": "add-menu-image",
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -692,8 +696,9 @@
|
|||
},
|
||||
{
|
||||
"id": "menu-website",
|
||||
"labels": ["menu"],
|
||||
|
||||
"labels": [
|
||||
"menu"
|
||||
],
|
||||
"question": {
|
||||
"en": "On what webpage is the menu published?",
|
||||
"de": "Auf welcher Webseite wird das Menü veröffentlicht?",
|
||||
|
@ -913,7 +918,9 @@
|
|||
"builtin": "diets.diets_content",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and+":["cuisine!=friture"]
|
||||
"and+": [
|
||||
"cuisine!=friture"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1160,7 +1167,6 @@
|
|||
],
|
||||
"condition": "cuisine=friture"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "friture-take-your-container",
|
||||
"question": {
|
||||
|
|
|
@ -106,4 +106,4 @@
|
|||
},
|
||||
"credits": "Pieter Vander Vennet",
|
||||
"credits:uid": 3818858
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1424,7 +1424,9 @@
|
|||
{
|
||||
"id": "erotic_shop_fetish",
|
||||
"condition": "shop=erotic",
|
||||
"labels": ["nsfw"],
|
||||
"labels": [
|
||||
"nsfw"
|
||||
],
|
||||
"multiAnswer": true,
|
||||
"question": {
|
||||
"en": "Does this shop offer fetish gear?",
|
||||
|
@ -1509,7 +1511,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
"internet-all",
|
||||
{
|
||||
"id": "organic",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue