You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
470 B

{
"manifest_version": 2.0,
"id": "clock345",
"type": "widget",
"name": "Clock2",
"namespace": "Clock2",
"version": "1.1",
"author": "Zabbix QA department",
"widget": {
"template_support": true,
"size": {
"width": 8,
"height": 4
},
"js_class": "CWidgetClock2",
"refresh_rate": "666"
},
"actions": {
"widget.clock345.view": {
"class": "WidgetView"
}
},
"assets": {
"js": ["class.widget.js"],
"css": ["widget.css"]
}
}