This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/dashlets/Emails.json
T
2018-10-22 15:11:06 +03:00

65 lines
1.7 KiB
JSON

{
"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": "enumInt",
"options": [3,4,5,10,15,20,30,50]
}
},
"defaults": {
"orderBy": "dateSent",
"order": "desc",
"displayRecords": 5,
"expandedLayout": {
"rows": [
[
{
"name": "subject",
"link": true
}
],
[
{
"name": "dateSent",
"view": "views/fields/datetime-short"
},
{
"name": "personStringData"
}
]
]
},
"searchData": {
"bool": {
"onlyMy": true
},
"primary": "inbox"
}
},
"layout": [
{
"rows": [
[
{"name": "title"}
],
[
{"name": "displayRecords"},
{"name": "autorefreshInterval"}
]
]
}
]
}
}