Various small fixes to presets, add slow roads to speelplekken-theme

This commit is contained in:
Pieter Vander Vennet 2021-03-14 20:40:54 +01:00
parent a6c004d363
commit f4a59d3a9e
9 changed files with 233 additions and 8 deletions

View file

@ -187,8 +187,22 @@
}
]
},
"phone",
"email",
{
"question": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?",
"freeform": {
"key": "phone",
"type": "phone"
},
"render": "<a href='tel:{phone}'>{phone}</a>"
},
{
"question": "Wat is het email-adres van de bevoegde dienst of uitbater?",
"freeform": {
"key": "email",
"type": "email"
},
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
},
"questions",
{"render":"{reviews(name, sportpitch)}"}
],