{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "zior/icon",
	"title": "Icon",
	"category": "widgets",
	"description": "Display an icon.",
	"textdomain": "default",
	"parent": [
		"zior/icon-picker"
	],
	"attributes": {
		"service": {
			"type": "string"
		},
		"label": {
			"type": "string",
			"role": "content"
		},
		"rel": {
			"type": "string"
		}
	},
	"usesContext": [
		"openInNewTab",
		"showLabels",
		"iconColor",
		"iconColorValue",
		"iconBackgroundColor",
		"iconBackgroundColorValue",
		"iconUrl"
	],
	"supports": {
		"align": [],
		"reusable": false,
		"html": false,
		"interactivity": {
			"clientNavigation": true
		}
	},
	"style": "zior-wp-blocks-view",
	"editorStyle": "zior-wp-blocks-editor",
	"editorScript": "zior-wp-blocks-editor"
}