Initial commit
This commit is contained in:
79
application/Espo/Resources/metadata/dashlets/Records.json
Normal file
79
application/Espo/Resources/metadata/dashlets/Records.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"options": {
|
||||
"fields": {
|
||||
"title": {
|
||||
"type": "varchar",
|
||||
"required": true
|
||||
},
|
||||
"autorefreshInterval": {
|
||||
"type": "enumFloat",
|
||||
"options": [0, 0.5, 1, 2, 5, 10]
|
||||
},
|
||||
"displayRecords": {
|
||||
"type": "int",
|
||||
"min": 1,
|
||||
"max": 40
|
||||
},
|
||||
"entityType": {
|
||||
"type": "enum",
|
||||
"view": "views/dashlets/fields/records/entity-type",
|
||||
"translation": "Global.scopeNames"
|
||||
},
|
||||
"primaryFilter": {
|
||||
"type": "enum",
|
||||
"view": "views/dashlets/fields/records/primary-filter"
|
||||
},
|
||||
"boolFilterList": {
|
||||
"type": "multiEnum",
|
||||
"view": "views/dashlets/fields/records/bool-filter-list"
|
||||
},
|
||||
"sortBy": {
|
||||
"type": "enum",
|
||||
"view": "views/dashlets/fields/records/sort-by"
|
||||
},
|
||||
"sortDirection": {
|
||||
"type": "enum",
|
||||
"view": "views/dashlets/fields/records/sort-direction",
|
||||
"options": ["asc", "desc"],
|
||||
"translation": "DashletOptions.options.sortDirection"
|
||||
},
|
||||
"expandedLayout": {
|
||||
"type": "base",
|
||||
"view": "views/dashlets/fields/records/expanded-layout"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"displayRecords": 10,
|
||||
"autorefreshInterval": 0.5,
|
||||
"expandedLayout": {
|
||||
"rows": []
|
||||
}
|
||||
},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"},
|
||||
{"name": "autorefreshInterval"}
|
||||
],
|
||||
[
|
||||
{"name": "entityType"},
|
||||
{"name": "displayRecords"}
|
||||
],
|
||||
[
|
||||
{"name": "primaryFilter"},
|
||||
{"name": "sortBy"}
|
||||
],
|
||||
[
|
||||
{"name": "boolFilterList"},
|
||||
{"name": "sortDirection"}
|
||||
],
|
||||
[
|
||||
{"name": "expandedLayout"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user