Formatting

This commit is contained in:
Pieter Vander Vennet 2022-02-09 01:59:39 +01:00
parent 4736d9335e
commit b0dc38fcb0
2 changed files with 14 additions and 8 deletions

View file

@ -164,8 +164,10 @@
], ],
"id": "playground-surface" "id": "playground-surface"
}, },
{ "labels": ["extra"], {
"labels": [
"extra"
],
"id": "playground-lit", "id": "playground-lit",
"question": { "question": {
"nl": "Is deze speeltuin 's nachts verlicht?", "nl": "Is deze speeltuin 's nachts verlicht?",
@ -201,7 +203,9 @@
] ]
}, },
{ {
"labels": ["extra"], "labels": [
"extra"
],
"render": { "render": {
"nl": "Toegankelijk vanaf {min_age} jaar oud", "nl": "Toegankelijk vanaf {min_age} jaar oud",
"en": "Accessible to kids older than {min_age} years", "en": "Accessible to kids older than {min_age} years",
@ -224,8 +228,10 @@
}, },
"id": "playground-min_age" "id": "playground-min_age"
}, },
{ "labels": ["extra"], {
"labels": [
"extra"
],
"render": { "render": {
"nl": "Toegankelijk tot {max_age}", "nl": "Toegankelijk tot {max_age}",
"en": "Accessible to kids of at most {max_age}", "en": "Accessible to kids of at most {max_age}",

View file

@ -183,7 +183,6 @@
"bike_repair_station-valves" "bike_repair_station-valves"
] ]
}, },
"bicycle_rental", "bicycle_rental",
{ {
"builtin": "playground", "builtin": "playground",
@ -197,9 +196,10 @@
} }
] ]
}, },
"hideTagRenderingsWithLabels": ["extra"] "hideTagRenderingsWithLabels": [
"extra"
]
} }
], ],
"hideFromOverview": true, "hideFromOverview": true,
"enableMoreQuests": false, "enableMoreQuests": false,