{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/floating-image",
  "version": "1.1.0",
  "title": "Floating Image",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Make images float effortlessly with customizable effects using the Block.",
  "allowedBlocks": [
    "wpmozo/floating-image-item"
  ],
  "example": {},
  "supports": {
    "html": false,
    "anchor": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "images": {
      "type": "array"
    },
    "containerHeight": {
      "type": "string",
      "default": "450px"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js"
}