forked from MapComplete/MapComplete
Themes: add support for operator:email, mostly for velopark
This commit is contained in:
parent
5659dd8e8c
commit
1c45f09632
3 changed files with 26 additions and 1 deletions
|
@ -795,6 +795,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "operator_email",
|
||||
"question": {
|
||||
"en": "What is the email address of the operator of this bicycle parking?",
|
||||
"nl": "Wat is het emailadres van de beheerder van deze parking?"
|
||||
},
|
||||
"icon": "./assets/svg/envelope.svg",
|
||||
"freeform": {
|
||||
"key": "operator:email",
|
||||
"type": "email"
|
||||
},
|
||||
"render": "<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Does this bicycle parking have spots for cargo bikes?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue