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

34 lines
767 B
JSON

{
"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"}
],
[
{"name": "url"},
{"name": "autorefreshInterval"}
]
]
}
]
}
}