Opening_hours for recyling

This commit is contained in:
Robin van der Linde 2022-10-30 20:49:08 +01:00
parent 95fb6cd970
commit 12bac29d12
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
6 changed files with 10 additions and 66 deletions

View file

@ -961,32 +961,16 @@
}
},
{
"id": "opening_hours",
"render": "{opening_hours_table()}",
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?",
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
},
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
"en": "24/7",
"nl": "24/7",
"ca": "24/7",
"de": "24/7",
"es": "24/7",
"it": "24/7"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?",
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
}
]
}
}
],
"filter": [
@ -1189,4 +1173,4 @@
"enableRelocation": false,
"enableImproveAccuracy": true
}
}
}