{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/image-hotspots",
  "version": "1.0.0",
  "title": "Image Hotspots",
  "category": "bloqra",
  "icon": "location",
  "description": "Pin interactive points onto an image — product features, maps, anatomy charts. Each point shows a tooltip on hover, tap or keyboard focus, with no JavaScript required.",
  "keywords": [
    "hotspot",
    "image",
    "pin",
    "tooltip",
    "marker",
    "map"
  ],
  "example": {
    "attributes": {},
    "innerBlocks": [
      {
        "name": "bloqra/hotspot",
        "attributes": {
          "x": 30,
          "y": 40,
          "title": "Solid oak top"
        }
      },
      {
        "name": "bloqra/hotspot",
        "attributes": {
          "x": 70,
          "y": 65,
          "title": "Steel legs"
        }
      }
    ]
  },
  "attributes": {
    "imageId": {
      "type": "number",
      "default": 0
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "imageAlt": {
      "type": "string",
      "default": ""
    },
    "markerStyle": {
      "type": "string",
      "default": "dot",
      "enum": [
        "dot",
        "number"
      ]
    },
    "markerSize": {
      "type": "string",
      "default": ""
    },
    "pulse": {
      "type": "boolean",
      "default": true
    },
    "markerColor": {
      "type": "string",
      "default": ""
    },
    "markerBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "tooltipBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "tooltipTextColor": {
      "type": "string",
      "default": ""
    }
  },
  "providesContext": {
    "bloqra/imageHotspots/markerStyle": "markerStyle"
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "listView": true,
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "style": true,
      "width": true
    },
    "spacing": {
      "margin": true
    },
    "shadow": true
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}