{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dblocks/hotspot",
	"version": "0.1.0",
	"title": "DBlocks Hotspot",
	"category": "widgets",
	"icon": "marker",
	"description": "Create and manage interactive hotspot elements within the block editor.",
	"example": {},
	"supports": {
		"html": true,
		"color": true,
		"__experimentalBorder": {
			"color": true,
			"width": true,
			"radius": true,
			"__experimentalDefaultControls": {
				"radius": false
			}
		},
		"customRadius": true,
		"typography": {
			"fontSize": true
		},
		"align": [
			"wide",
			"full"
		]
	},
	"attributes": {
		"hotspotNumbers": {
			"type": "array",
			"default": []
		},
		"startNumber": {
			"type": "number",
			"default": 1
		},
		"defaultStylesBlock": {
			"type": "object"
		}
	},
	"selectors": {
		"border": {
			"color": ".drag-point",
			"width": ".drag-point"
		},
		"radius": ".drag-point",
		"color": ".drag-point",
		"typography": {
			"fontSize": ".drag-point"
		}
	},
	"textdomain": "dblocks-hotspot",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}