{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/widgetized-area",
	"category": "ghostkit",
	"title": "Widgetized Area",
	"description": "Select registered sidebars and put it in any place.",
	"keywords": ["widget", "sidebar"],
	"supports": {
		"html": false,
		"className": false,
		"align": ["wide", "full"]
	},
	"attributes": {
		"id": {
			"type": "string"
		}
	},
	"style": ["ghostkit"],
	"viewScript": ["ghostkit"]
}
