{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/hotspot",
  "version": "1.0.0",
  "title": "Hotspot",
  "category": "bloqra",
  "icon": "location",
  "description": "One pinned point inside the Image Hotspots block.",
  "keywords": [
    "hotspot",
    "pin",
    "marker"
  ],
  "parent": [
    "bloqra/image-hotspots"
  ],
  "usesContext": [
    "bloqra/imageHotspots/markerStyle"
  ],
  "attributes": {
    "x": {
      "type": "number",
      "default": 50
    },
    "y": {
      "type": "number",
      "default": 50
    },
    "title": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-hotspot__tooltip-title",
      "role": "content"
    },
    "text": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-hotspot__tooltip-text",
      "role": "content"
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "linkText": {
      "type": "string",
      "default": ""
    },
    "linkNewTab": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "tooltipPosition": {
      "type": "string",
      "default": "top",
      "enum": [
        "top",
        "bottom",
        "left",
        "right"
      ]
    }
  },
  "supports": {
    "html": false,
    "reusable": false
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ]
}