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