{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wpz-aiil/image",
	"title": "AI Image",
	"category": "media",
	"description": "",
	"keywords": [ "image" ],
	"textdomain": "ai-image-lab",
	"attributes": {
		"img": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "src"
		},
		"imgId": {
			"type": "integer"
		},
		"promptText": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "alt"
		},
		"imgRatio": {
			"type": "number",
			"default": 1
		},
		"imgWidth": {
			"type": "integer",
			"default": 768
		},
		"imgHeight": {
			"type": "integer",
			"default": 768
		},
		"modifier_type": {
			"type": "string",
			"default": "photo"
		}
	},
	"selectors": {
		"root": ".wp-block-wpz-aiil-image"
	},
	"supports": {
		"align": true
	},
	"editorScript": "file:./assets/js/block-editor.min.js",
	"editorStyle": "file:./assets/css/block-editor.min.css"
}
