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/Stream.json
T
Yuri Kuznetsov e6407bf292 cleanup
2023-05-04 16:48:55 +03:00

45 lines
1.1 KiB
JSON

{
"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, 7, 10, 15, 20]
},
"skipOwn": {
"type": "bool",
"tooltip": true
}
},
"defaults": {
"displayRecords": 10,
"autorefreshInterval": 0.5,
"skipOwn": false
},
"layout": [
{
"rows": [
[
{"name": "title"}
],
[
{"name": "displayRecords"},
{"name": "autorefreshInterval"}
],
[
{"name": "skipOwn"},
false
]
]
}
]
}
}