{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "mxdnsms/simple-image",
	"version": "0.1.0",
	"title": "Simple Image",
	"category": "widgets",
	"icon": "smiley",
	"description": "Add Simple Image",
	"supports": {
		"html": false,
		"align": [
			"left",
			"right",
			"full"
		]
	},
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"mediaId": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "data-image-id",
			"default": null
		},
		"mediaUrl": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "src",
			"default": null
		}
	},
	"textdomain": "mxdnsms-domain",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}