Initial commit
This commit is contained in:
75
application/Espo/Resources/metadata/dashlets/Emails.json
Normal file
75
application/Espo/Resources/metadata/dashlets/Emails.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"view": "views/dashlets/emails",
|
||||
"aclScope": "Email",
|
||||
"entityType": "Email",
|
||||
"options": {
|
||||
"fields": {
|
||||
"title": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"autorefreshInterval": {
|
||||
"type": "enumFloat",
|
||||
"options": [0, 0.5, 1, 2, 5, 10]
|
||||
},
|
||||
"displayRecords": {
|
||||
"type": "int",
|
||||
"min": 1,
|
||||
"max": 20
|
||||
},
|
||||
"folder": {
|
||||
"type": "enum",
|
||||
"view": "views/dashlets/fields/emails/folder"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"orderBy": "dateSent",
|
||||
"order": "desc",
|
||||
"displayRecords": 5,
|
||||
"folder": null,
|
||||
"expandedLayout": {
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "subject",
|
||||
"link": true
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "dateSent",
|
||||
"view": "views/fields/datetime-short"
|
||||
},
|
||||
{
|
||||
"name": "personStringData",
|
||||
"view": "views/email/fields/person-string-data-for-expanded"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "displayRecords"},
|
||||
{"name": "autorefreshInterval"}
|
||||
],
|
||||
[
|
||||
{"name": "folder"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"accessDataList": [
|
||||
{
|
||||
"inPortalDisabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user