forked from MapComplete/MapComplete
Use labels to hide some questions in toerisme_vlaanderen theme
This commit is contained in:
parent
018908b39b
commit
83acec30d4
3 changed files with 6 additions and 1 deletions
|
@ -278,6 +278,7 @@
|
|||
"id": "bike_repair_station-opening_hours"
|
||||
},
|
||||
{
|
||||
"labels": ["operator-info"],
|
||||
"question": {
|
||||
"en": "Who maintains this cycle pump?",
|
||||
"nl": "Wie beheert deze fietspomp?",
|
||||
|
@ -302,6 +303,7 @@
|
|||
"id": "bike_repair_station-operator"
|
||||
},
|
||||
{
|
||||
"labels": ["operator-info"],
|
||||
"question": {
|
||||
"en": "What is the email address of the maintainer?",
|
||||
"nl": "Wat is het email-adres van de beheerder?",
|
||||
|
@ -316,6 +318,7 @@
|
|||
"id": "bike_repair_station-email"
|
||||
},
|
||||
{
|
||||
"labels": ["operator-info"],
|
||||
"question": {
|
||||
"en": "What is the phone number of the maintainer?",
|
||||
"nl": "Wat is het telefoonnummer van de beheerder?",
|
||||
|
|
|
@ -19,3 +19,4 @@ h1, h2, h3, h4 {
|
|||
body {
|
||||
font-family: 'FlandersArt', sans-serif;
|
||||
}
|
||||
|
||||
|
|
|
@ -119,7 +119,8 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"hideTagRenderingsWithLabels": ["operator-info","bike_repair_station-valves"]
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue