Initial commit
This commit is contained in:
12
application/Espo/Resources/layouts/PhoneNumber/detail.json
Normal file
12
application/Espo/Resources/layouts/PhoneNumber/detail.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "type"}
|
||||
],
|
||||
[
|
||||
{"name": "optOut"}, {"name": "invalid"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"}, {"name": "type"}
|
||||
],
|
||||
[
|
||||
{"name": "optOut"}, {"name": "invalid"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"optOut",
|
||||
"invalid",
|
||||
"numeric"
|
||||
]
|
||||
18
application/Espo/Resources/layouts/PhoneNumber/list.json
Normal file
18
application/Espo/Resources/layouts/PhoneNumber/list.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "optOut",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "invalid",
|
||||
"width": 15
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user