{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "advanced-blocks-pro/image",
	"version": "0.1.0",
	"title": "Image",
	"category": "advanced-blocks-pro",
	"description": "Elevate your visual content with the Advanced Image plugin. Optimize your photos for speed and efficiency with ease, making your WordPress website a visual delight.",
	"supports": {
		"html": false,
		"advancedBlocksPro": {
			"image": {
				"media":{
					"all":{},
					"align":{
						"responsive":{
							"all":{}
						}
					},
					"width":{
						"responsive":{
							"all":{}
						}
					},
					"max_width":{
						"responsive":{
							"all":{}
						}
					},
					"height":{
						"responsive":{
							"all":{}
						}
					},
					"object_fit":{
						"responsive":{
							"all":{}
						}
					},
					"opacity":{
						"hover":{
							"desktop":""
						}
					}
				},
				"_font": true,
				"font": {
					"_except": [ "spacing","blendmode"],
					"align":{
						"responsive":{
							"all":{}
						}
					}
				},
				"border":{
					"all":{
						"responsive":{
							"all":{}
						}
					}
				},
				"shadow":{
					"has":{
						"responsive":{
							"desktop":false
						}
					},
					"blur":{
						"responsive":{
							"desktop":"10px"
						}
					},
					"horizontal":{
						"responsive":{
							"desktop":"0px"
						}
					},
					"vertical":{
						"responsive":{
							"desktop":"0px"
						}
					},
					"spread":{
						"responsive":{
							"desktop":"0px"
						}
					},
					"color":{
						"responsive":{
							"desktop":"rgb(0 0 0 / 50%)"
						}
					}
				}				
			},  
			"wrapper": {
				"_background": true
			}
		}
	},
	"attributes": {
		"blockId": {
			"type": "string"
		 }
	},
	"textdomain": "advanced-blocks-pro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"script": "file:script.js"
}
