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
|
@ -266,6 +266,12 @@
|
|||
"icon": "./assets/svg/envelope.svg",
|
||||
"then": "<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>",
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "operator:email~*",
|
||||
"icon": "./assets/svg/envelope.svg",
|
||||
"then": "<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>",
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"freeform": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue