{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/image-hover-effect",
  "version": "0.1.0",
  "title": "Image Hover Effect",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "Transform static images into interactive visuals with stylish hover effects using the Block.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "image": {
      "type": "string"
    },
    "hoverEffect": {
      "type": "string",
      "default": "radial"
    },
    "imageborder": {
      "type": "object"
    },
    "imageborderRadius": {
      "type": "string"
    },
    "forceFullwidth": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}