mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
add field for Mobile Phone number (mobile/contact:mobile)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "mobile",
|
||||
"keys": ["mobile", "mobile:phone"],
|
||||
"type": "tel",
|
||||
"label": "Mobile Phone",
|
||||
"placeholder": "+31 42 123 4567",
|
||||
"terms": [
|
||||
"phone number"
|
||||
]
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"moreFields": [
|
||||
"email",
|
||||
"fax",
|
||||
"mobile",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user