{
	"manifest_version": 2.0,
	"id": "topitems",
	"type": "widget",
	"name": "Top items",
	"namespace": "TopItems",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays the latest item data and current status of each item for selected hosts.",
	"url": "web_interface/frontend_sections/dashboards/widgets/top_items",
	"widget": {
		"in": {
			"hostids": {
				"type": "_hostids"
			},
			"groupids": {
				"type": "_hostgroupids"
			}
		}
	},
	"actions": {
		"widget.topitems.view": {
			"class": "WidgetView"
		},
		"widget.topitems.column.edit": {
			"class": "ColumnEdit",
			"view": "column.edit",
			"layout": "layout.json"
		}
	}
}