Compare commits

..

No commits in common. "04cc1c28d2c00c672f930632743c0f3e9bd83b3a" and "3fb5a411c37b4125fa5c07911d859c2da81cdb57" have entirely different histories.

1 changed files with 1 additions and 1 deletions

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_country", "required": true, "source": "/forms/paises.json" },
{ "key": "telefono", "label": "form.mobile", "type": "phone", "required": true },
{ "key": "whatsapp", "label": "form.whatsapp", "type": "phone_country", "source": "/forms/paises.json" }
]
},