{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/image-hotspot",
  "description": "Adds interactive hotspots to an image.",
  "category": "getwid-blocks",
  "title": "Image Hotspot",
  "keywords": [
    "tooltip"
  ],
  "supports": {
    "alignWide": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "imageSize": {
      "type": "string",
      "default": "full"
    },
    "id": {
      "type": "number"
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot__wrapper img",
      "attribute": "src"
    },
    "alt": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot__wrapper img",
      "attribute": "alt"
    },
    "tooltipTrigger": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-trigger",
      "default": "click"
    },
    "tooltipTheme": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-theme",
      "default": "light"
    },
    "tooltipArrow": {
      "type": "boolean",
      "default": true
    },
    "tooltipAnimation": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-tooltip-animation",
      "default": "shift-toward"
    },
    "dotIcon": {
      "type": "string",
      "default": "fas fa-plus"
    },
    "dotSize": {
      "type": "number",
      "default": 16
    },
    "dotPaddings": {
      "type": "number",
      "default": 6
    },
    "dotColor": {
      "type": "string"
    },
    "dotBackground": {
      "type": "string"
    },
    "dotOpacity": {
      "type": "number",
      "default": 100
    },
    "dotPulse": {
      "type": "string",
      "default": "pulse"
    },
    "dotAppearanceAnimation": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-appearance-animation",
      "default": "none"
    },
    "align": {
      "type": "string"
    },
    "hoverAnimation": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-animation",
      "default": ""
    },
    "imagePoints": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-image-hotspot",
      "attribute": "data-image-points",
      "default": ""
    }
  },
  "editorScript": [
    "tippy",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": [
    "getwid-blocks-common",
    "tippy-themes",
    "tippy-animation",
    "file:./style-index.css"
  ],
  "viewScript": [
    "jquery",
    "popper",
    "tippy",
    "waypoints",
    "unescape",
    "file:./view.js"
  ]
}