Various small fixes to presets, add slow roads to speelplekken-theme
This commit is contained in:
parent
a6c004d363
commit
f4a59d3a9e
9 changed files with 233 additions and 8 deletions
|
@ -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)}"}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue