add field for Mobile Phone number (mobile/contact:mobile)

This commit is contained in:
Martin Raifer
2023-05-23 14:55:08 +02:00
parent 5dafd816f9
commit af21810172
3 changed files with 18 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"key": "mobile",
"keys": ["mobile", "mobile:phone"],
"type": "tel",
"label": "Mobile Phone",
"placeholder": "+31 42 123 4567",
"terms": [
"phone number"
]
}
+1
View File
@@ -3,6 +3,7 @@
"moreFields": [
"email",
"fax",
"mobile",
"phone",
"website"
],