{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/img",
	"title": "Image Tag",
	"description": "Raw `<img>` element with media library wiring, alt text, and `_bm_style` dimension controls.",
	"version": "0.0.1",
	"icon": "editor-image",
	"attributes": {
        "id": {
            "type": "number"
        },
        "src": {
            "type": "string"
        },
        "alt": {
            "type": "string"
        },
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"dimentions": "100%,,0,,,,;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}