mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +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"
|
||||
],
|
||||
|
||||
@@ -3084,6 +3084,13 @@ en:
|
||||
# minspeed field placeholder
|
||||
placeholder: 20, 30, 40...
|
||||
terms: '[translate with synonyms or related terms for ''Minimum Speed Limit'', separated by commas]'
|
||||
mobile:
|
||||
# mobile=*, mobile:phone=*
|
||||
label: Mobile Phone
|
||||
# mobile field placeholder
|
||||
placeholder: +31 42 123 4567
|
||||
# 'terms: phone number'
|
||||
terms: '[translate with synonyms or related terms for ''Mobile Phone'', separated by commas]'
|
||||
model:
|
||||
# model=*
|
||||
label: Model
|
||||
|
||||
Reference in New Issue
Block a user