forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
4168ef01e3
commit
ac632206e9
1 changed files with 6 additions and 6 deletions
|
@ -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}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue