Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2022-04-08 17:59:44 +02:00
commit a46b6d1e27
268 changed files with 11667 additions and 9870 deletions

View file

@ -298,18 +298,13 @@
},
"id": "bike_shop-email"
},
{
"render": "{opening_hours_table(opening_hours)}",
"question": "When is this shop opened?",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"id": "bike_shop-opening_hours"
},
"opening_hours",
"description",
{
"render": "Enkel voor {access}",
"render": {
"en": "Only accessible to {access}",
"nl": "Enkel voor {access}"
},
"freeform": {
"key": "access"
},

View file

@ -90,7 +90,7 @@
"iconBadges": [
{
"if": "_total_comments>1",
"then": "speech_bubble"
"then": "circle:white;speech_bubble"
},
{
"if": "_is_import_note~*",

View file

@ -346,6 +346,7 @@
}
]
},
"website",
{
"question": {
"nl": "Wie kan men emailen indien er problemen zijn met de speeltuin?",

View file

@ -408,5 +408,41 @@
"render": "8"
}
}
],
"filter": [
{
"id": "shop-type",
"options": [
{
"fields": [
{
"name": "search",
"type": "string"
}
],
"osmTags": "shop~^.*{search}.*$",
"question": {
"en": "Only show shops selling {search}"
}
}
]
},
{
"id": "shop-name",
"options": [
{
"fields": [
{
"name": "search",
"type": "string"
}
],
"osmTags": "name~^.*{search}.*$",
"question": {
"en": "Only show shops with name {search}"
}
}
]
}
]
}