mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
Also support contact:* tags on Phone, Fax, Email and Website fields. closes #905
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"key": "email",
|
||||
"keys": [
|
||||
"email",
|
||||
"contact:email"
|
||||
],
|
||||
"type": "email",
|
||||
"placeholder": "example@example.com",
|
||||
"label": "Email"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "fax",
|
||||
"keys": ["fax", "fax:phone"],
|
||||
"type": "tel",
|
||||
"label": "Fax",
|
||||
"placeholder": "+31 42 123 4567"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "phone",
|
||||
"keys": ["phone", "contact:phone"],
|
||||
"type": "tel",
|
||||
"label": "Telephone",
|
||||
"placeholder": "+31 42 123 4567",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "website",
|
||||
"keys": ["website", "website:phone"],
|
||||
"type": "url",
|
||||
"placeholder": "https://example.com",
|
||||
"label": "Website",
|
||||
|
||||
Reference in New Issue
Block a user