{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "kobune/image-hotspot",
  "title": "Image Hotspot",
  "category": "common",
  "supports": {
    "align": [
      "left",
      "right",
      "center",
      "wide",
      "full"
    ],
    "alignWide": true
  },
  "textdomain": "image-hotspot-block",
  "editorScript": "file:../build/main.js",
  "editorStyle": "file:../build/index.css",
  "style": "file:../build/style-main.css"
}