{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/blobs",
  "version": "1.0.0",
  "title": "Blobs",
  "category": "designsetgo",
  "description": "Create random, unique, and organic-looking blob shapes. Customize with gradients, overlays, and images. Animate with smooth morphing effects.",
  "keywords": [
    "blob",
    "shape",
    "organic",
    "morph",
    "animate",
    "gradient"
  ],
  "textdomain": "designsetgo",
  "icon": "art",
  "attributes": {
    "align": {
      "type": "string"
    },
    "blobShape": {
      "type": "string",
      "default": "shape-1",
      "enum": [
        "shape-1",
        "shape-2",
        "shape-3",
        "shape-4",
        "shape-5",
        "shape-6"
      ]
    },
    "blobAnimation": {
      "type": "string",
      "default": "none",
      "enum": [
        "morph-1",
        "morph-2",
        "float",
        "pulse",
        "spin",
        "none"
      ]
    },
    "animationDuration": {
      "type": "string",
      "default": "8s"
    },
    "animationEasing": {
      "type": "string",
      "default": "ease-in-out",
      "enum": [
        "linear",
        "ease",
        "ease-in",
        "ease-out",
        "ease-in-out"
      ]
    },
    "size": {
      "type": "string",
      "default": "300px"
    },
    "height": {
      "type": "string",
      "default": ""
    },
    "enableOverlay": {
      "type": "boolean",
      "default": false
    },
    "overlayColor": {
      "type": "string",
      "default": ""
    },
    "overlayOpacity": {
      "type": "number",
      "default": 80
    }
  },
  "supports": {
    "anchor": true,
    "align": [
      "left",
      "center",
      "right",
      "wide",
      "full"
    ],
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": true,
        "padding": true
      }
    },
    "color": {
      "background": true,
      "text": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "background": {
      "backgroundImage": true,
      "backgroundSize": true,
      "backgroundPosition": true,
      "__experimentalDefaultControls": {
        "backgroundImage": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      },
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalWritingMode": true
    },
    "__experimentalBorder": {
      "radius": false,
      "__experimentalDefaultControls": {
        "radius": false
      }
    }
  },
  "example": {
    "attributes": {
      "blobAnimation": "morph-1",
      "size": "300px",
      "backgroundColor": "accent-2"
    },
    "innerBlocks": [
      {
        "name": "core/heading",
        "attributes": {
          "level": 2,
          "content": "Blob Shape",
          "textAlign": "center"
        }
      },
      {
        "name": "core/paragraph",
        "attributes": {
          "content": "Organic animated shapes",
          "align": "center"
        }
      }
    ]
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./view.js",
  "editorStyle": "file:./index.css",
  "style": "file:./index.css"
}