{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/shape-divider",
  "version": "1.0.0",
  "title": "Shape Divider",
  "category": "bloqra",
  "icon": "image-flip-vertical",
  "description": "Create a smooth visual transition between sections with a decorative SVG shape — wave, curve, tilt, triangle, zigzag, mountains and more.",
  "keywords": [
    "divider",
    "separator",
    "wave",
    "curve",
    "tilt",
    "triangle",
    "zigzag",
    "section"
  ],
  "example": {
    "attributes": {
      "shape": "waves"
    }
  },
  "attributes": {
    "shape": {
      "type": "string",
      "default": "wave"
    },
    "height": {
      "type": "string",
      "default": "100px"
    },
    "width": {
      "type": "number",
      "default": 100
    },
    "flipHorizontal": {
      "type": "boolean",
      "default": false
    },
    "flipVertical": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "text": true,
        "background": true
      }
    },
    "spacing": {
      "margin": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}