{
	"apiVersion": 3,
	"name": "casaca/page",
	"icon": "admin-page",
	"title": "Page",
	"category": "theme",
	"description": "Page Block",
	"keywords": ["page", "document"],
	"supports": {
		"spacing": {
			"padding": true
		}
	},
	"attributes": {
        "allowedBlocks": [
			"casaca/page",
			"casaca/image",
			"casaca/chart-pie",
			"core/paragraph",
			"core/table",
			"core/image",
			"core/column",
			"core/columns",
			"core/group",
			"core/spacer",
			"core/separator",
			"core/html"
		]
	},
	"textdomain": "casaca",
	"editorScript": "file:./index.js",
	"script": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
