Initial commit
This commit is contained in:
34
application/Espo/Resources/metadata/dashlets/Iframe.json
Normal file
34
application/Espo/Resources/metadata/dashlets/Iframe.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"options": {
|
||||
"fields": {
|
||||
"title": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"autorefreshInterval": {
|
||||
"type": "enumFloat",
|
||||
"options": [0, 0.5, 1, 2, 5, 10]
|
||||
},
|
||||
"url": {
|
||||
"type": "url",
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"autorefreshInterval": 0
|
||||
},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "url"},
|
||||
{"name": "autorefreshInterval"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user