Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-08-29 23:21:17 +02:00
commit d1e7eba2db
19 changed files with 554 additions and 448 deletions

View file

@ -175,13 +175,23 @@
"cs": "Jaké je telefonní číslo {title()}?"
},
"render": {
"*": "<a href='tel:{phone}'>{phone}</a>"
"special": {
"type": "link",
"href": "tel:{phone}",
"text": "{phone}"
}
},
"icon": "./assets/layers/questions/phone.svg",
"mappings": [
{
"if": "contact:phone~*",
"then": "<a href='tel:{contact:phone}'>{contact:phone}</a>",
"then": {
"special": {
"type": "link",
"href": "tel:{contact:phone}",
"text": "{contact:phone}"
}
},
"hideInAnswer": true,
"icon": "./assets/layers/questions/phone.svg"
}

View file

@ -231,6 +231,7 @@
},
{
"if": "access=customers",
"icon": "key",
"then": {
"en": "Only access to customers",
"de": "Der Zugang ist nur für Kunden",
@ -245,6 +246,7 @@
},
{
"if": "access=no",
"icon": "lock",
"alsoShowIf": "access=private",
"then": {
"en": "Not accessible",
@ -261,6 +263,7 @@
},
{
"if": "access=key",
"icon": "key",
"then": {
"en": "Accessible, but one has to ask a key to enter",
"de": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen",