Chore: formatting

This commit is contained in:
Pieter Vander Vennet 2024-08-28 14:23:51 +02:00
parent 4168ef01e3
commit ac632206e9

View file

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