diff --git a/assets/questions/questions.json b/assets/questions/questions.json index 557f1ad..76bdb98 100644 --- a/assets/questions/questions.json +++ b/assets/questions/questions.json @@ -1,31 +1,8 @@ { - "email": { - "render": "{email}", - "freeform": { - "key": "email", - "type": "email" - } - }, - "images": { "render": "{image_carousel()}{image_upload()}" }, - "opening_hours": { - "question": { - "en": "What are the opening hours of {name}?", - "de": "Was sind die Öffnungszeiten von {name}?" - }, - "render": { - "de": "

Öffnungszeiten

{opening_hours_table(opening_hours)}", - "en": "

Opening hours

{opening_hours_table(opening_hours)}" - }, - "freeform": { - "key": "opening_hours", - "type": "opening_hours" - } - }, - "osmlink": { "render": "", "mappings":[{ @@ -34,6 +11,11 @@ }] }, + "wikipedialink": { + "render": "WP", + "condition": "wikipedia~*" + }, + "phone": { "question": { "en": "What is the phone number of {name}?", @@ -46,9 +28,12 @@ } }, - "wikipedialink": { - "render": "WP", - "condition": "wikipedia~*" + "email": { + "render": "{email}", + "freeform": { + "key": "email", + "type": "email" + } }, "website": { @@ -64,5 +49,20 @@ "key": "website", "type": "url" } + }, + + "opening_hours": { + "question": { + "en": "What are the opening hours of {name}?", + "de": "Was sind die Öffnungszeiten von {name}?" + }, + "render": { + "de": "

Öffnungszeiten

{opening_hours_table(opening_hours)}", + "en": "

Opening hours

{opening_hours_table(opening_hours)}" + }, + "freeform": { + "key": "opening_hours", + "type": "opening_hours" + } } }