Files
espocrm/application/Espo/Resources/metadata/dashlets/Iframe.json
2026-01-19 17:46:06 +01:00

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