{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "slicpix/interactivity-studio",
  "version": "1.0.0",
  "title": "Interactive Images",
  "category": "media",
  "icon": "images-alt",
  "description": "Create and embed interactive images and image maps on your WordPress site using Interactivity Studio. Increase user engagement and product conversions.",
  "textdomain": "slicpix-interactivity-studio",
  "allowedBlocks": [],
  "example": {},
  "supports": {
    "html": false,
    "align": true,
    "alignWide": true,
    "ariaLabel": true,
    "reusable": false,
    "shadow": false
  },
  "attributes": {
    "interactiveImage": {
      "type": "string",
      "source": "html",
      "selector": "div"
    }
  },
  "keywords": [
    "interactivity, interactive"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "file:./view.js",
  "viewStyle": "file:./view.css"
}