forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
4736d9335e
commit
b0dc38fcb0
2 changed files with 14 additions and 8 deletions
|
@ -164,8 +164,10 @@
|
|||
],
|
||||
"id": "playground-surface"
|
||||
},
|
||||
{ "labels": ["extra"],
|
||||
|
||||
{
|
||||
"labels": [
|
||||
"extra"
|
||||
],
|
||||
"id": "playground-lit",
|
||||
"question": {
|
||||
"nl": "Is deze speeltuin 's nachts verlicht?",
|
||||
|
@ -201,7 +203,9 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"labels": ["extra"],
|
||||
"labels": [
|
||||
"extra"
|
||||
],
|
||||
"render": {
|
||||
"nl": "Toegankelijk vanaf {min_age} jaar oud",
|
||||
"en": "Accessible to kids older than {min_age} years",
|
||||
|
@ -224,8 +228,10 @@
|
|||
},
|
||||
"id": "playground-min_age"
|
||||
},
|
||||
{ "labels": ["extra"],
|
||||
|
||||
{
|
||||
"labels": [
|
||||
"extra"
|
||||
],
|
||||
"render": {
|
||||
"nl": "Toegankelijk tot {max_age}",
|
||||
"en": "Accessible to kids of at most {max_age}",
|
||||
|
|
|
@ -183,7 +183,6 @@
|
|||
"bike_repair_station-valves"
|
||||
]
|
||||
},
|
||||
|
||||
"bicycle_rental",
|
||||
{
|
||||
"builtin": "playground",
|
||||
|
@ -197,9 +196,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"hideTagRenderingsWithLabels": ["extra"]
|
||||
"hideTagRenderingsWithLabels": [
|
||||
"extra"
|
||||
]
|
||||
}
|
||||
|
||||
],
|
||||
"hideFromOverview": true,
|
||||
"enableMoreQuests": false,
|
||||
|
|
Loading…
Reference in a new issue