{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpopus/blob",
  "version": "1.0.0",
  "title": "Blob",
  "category": "wpopus",
  "description": "Fluid shapes for dynamic and creative design",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": false,
      "background": true,
      "gradients": true,
      "shadow": true
    },
    "spacing": {
      "margin": true
    },
    "align": true
  },
  "attributes": {
    "blobSize": {
      "type": "number",
      "default": 100
    },
    "blobStopOnHover": {
      "type": "boolean",
      "default": false
    },
    "blobStyle": {
      "type": "string",
      "default": "wpopus-blob-1"
    }
  },
  "textdomain": "wpopus",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}