staging #55

Merged
esteban merged 20 commits from staging into production 2026-07-28 14:19:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 04cc1c28d2 - Show all commits

View File

@ -49,7 +49,7 @@
{ "key": "estado", "label": "form.estado", "type": "text" },
{ "key": "pais", "label": "form.pais", "type": "select", "required": true, "source": "/forms/paises.json" },
{ "key": "postal", "label": "form.codigo_postal", "type": "text", "required": true },
{ "key": "telefono", "label": "form.mobile", "type": "phone", "required": true },
{ "key": "telefono", "label": "form.mobile", "type": "phone_country", "required": true, "source": "/forms/paises.json" },
{ "key": "whatsapp", "label": "form.whatsapp", "type": "phone_country", "source": "/forms/paises.json" }
]
},