{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "advanced-blocks-pro/icon",
	"version": "0.1.0",
	"title": "Icon",
	"category": "advanced-blocks-pro", 
	"description": "Make your WordPress website stand out with the Advanced Icon plugin's stylish and scalable symbol fonts. Incorporate visually appealing pictograms into your content with ease and enhance your website's performance by using these faster-loading fonts instead of image-based icons.",
	"supports": {
		"html": false,
		"advancedBlocksPro": {
			"media": {
				"icon":{
					"all":{},
					"align":{
						"responsive":{
							"all":{}
						}
					},
					"size":{
						"responsive":{
							"all":{}
						}
					},
					"rotate":{
						"responsive":{
							"all":{}
						}
					},
					"color":{
						"hover":{
							"desktop":""
						}
					},
					"background_color":{
						"hover":{
							"desktop":""
						}
					}
				}				
			},  
			"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"
}
