Initial commit
This commit is contained in:
45
application/Espo/Resources/metadata/dashlets/Stream.json
Normal file
45
application/Espo/Resources/metadata/dashlets/Stream.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"skipOwn": {
|
||||
"type": "bool",
|
||||
"tooltip": true
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"displayRecords": 10,
|
||||
"autorefreshInterval": 0.5,
|
||||
"skipOwn": false
|
||||
},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"}
|
||||
],
|
||||
[
|
||||
{"name": "displayRecords"},
|
||||
{"name": "autorefreshInterval"}
|
||||
],
|
||||
[
|
||||
{"name": "skipOwn"},
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user