{
	"manifest_version": 2.0,
	"id": "item",
	"type": "widget",
	"name": "Item value",
	"namespace": "Item",
	"version": "1.0",
	"author": "Zabbix",
	"description": "Displays the value of a single item prominently.",
	"url": "web_interface/frontend_sections/dashboards/widgets/item_value",
	"widget": {
		"size": {
			"width": 12,
			"height": 3
		},
		"js_class": "CWidgetItem",
		"in": {
			"itemid": {
				"type": "_itemid",
				"required": true
			},
			"time_period": {
				"type": "_timeperiod"
			}
		}
	},
	"actions": {
		"widget.item.view": {
			"class": "WidgetView"
		}
	},
	"assets": {
		"js": ["class.widget.js"]
	}
}