styling checkbox and selection
This commit is contained in:
parent
e9160504a6
commit
263cef5750
5 changed files with 304 additions and 237 deletions
|
@ -421,6 +421,34 @@
|
|||
"osmTags": "books~.*children.*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"options": [
|
||||
{
|
||||
"question": "Boeken voor volwassenen aanwezig?",
|
||||
"osmTags": "books~.*adults.*"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"options": [
|
||||
{
|
||||
"question": "Binnen of buiten",
|
||||
"osmTags": {
|
||||
"and": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": "Binnen?",
|
||||
"osmTags": "indoor=yes"
|
||||
},
|
||||
{
|
||||
"question": "Buiten?",
|
||||
"osmTags": {
|
||||
"or": ["indoor=no", "indoor="]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue