mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
lint
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"key": "fax",
|
||||
"keys": ["fax", "fax:phone"],
|
||||
"keys": [
|
||||
"fax",
|
||||
"fax:phone"
|
||||
],
|
||||
"type": "tel",
|
||||
"label": "Fax",
|
||||
"placeholder": "+31 42 123 4567"
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"key": "mobile",
|
||||
"keys": ["mobile", "mobile:phone"],
|
||||
"keys": [
|
||||
"mobile",
|
||||
"mobile:phone"
|
||||
],
|
||||
"type": "tel",
|
||||
"label": "Mobile Phone",
|
||||
"placeholder": "+31 42 123 4567",
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"key": "phone",
|
||||
"keys": ["phone", "contact:phone"],
|
||||
"keys": [
|
||||
"phone",
|
||||
"contact:phone"
|
||||
],
|
||||
"type": "tel",
|
||||
"label": "Telephone",
|
||||
"placeholder": "+31 42 123 4567",
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"key": "website",
|
||||
"keys": ["website", "website:phone"],
|
||||
"keys": [
|
||||
"website",
|
||||
"website:phone"
|
||||
],
|
||||
"type": "url",
|
||||
"placeholder": "https://example.com",
|
||||
"label": "Website",
|
||||
|
||||
Reference in New Issue
Block a user