{
	"name": "ponhiro-blocks/image",
	"title": "CV Image",
	"category": "useful-blocks",
	"keywords": ["image", "ub"],
	"supports": {
		"reusable": false,
		"className": false
	},
	"parent": ["ponhiro-blocks/cv-box"],
	"attributes": {
		"id": {
			"type": "number"
		},
		"url": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "src"
		},
		"alt": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "alt",
			"default": ""
		},
		"dataSize": {
			"type": "string",
			"source": "attribute",
			"selector": "figure",
			"attribute": "data-size",
			"default": ""
		},
		"href": {
			"type": "string",
			"default": ""
		},
		"rel": {
			"type": "string",
			"default": ""
		},
		"isNewTab": {
			"type": "boolean",
			"default": false
		}
	}
}
