{
	"apiVersion": 3,
	"name": "casaca/image",
	"icon": "format-image",
	"title": "Image Report",
	"category": "theme",
	"description": "Image Block Report",
	"keywords": ["page", "document"],
	"supports": {
		"spacing": {
			"padding": true
		}
	},
	"attributes": {
		"custom_size_width":{
			"type": "string",
			"default": "100"
		},
		"custom_size_height":{
			"type": "string",
			"default": "100"
		},		
		"message": {
			"type": "string",
			"source": "text",
			"selector": "div",
			"default": "__IMAGE__"
		}
	},
	"textdomain": "casaca",
	"editorScript": "file:./index.js",
	"script": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
