{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "blaminhor-essentials/events",
	"version": "1.0.0",
	"title": "Events Calendar",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "Show your events as a month, week, day or list view.",
	"textdomain": "blaminhor-essentials",
	"keywords": [ "events", "calendar", "agenda" ],
	"attributes": {
		"view": {
			"type": "string",
			"default": "month"
		},
		"perPage": {
			"type": "number",
			"default": 12
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	}
}
