{
  "apiVersion": 3,
  "name": "b-blocks/shape-divider",
  "title": "Shape Divider",
  "description": "Create unique and visually appealing dividers.",
  "category": "bBlocks",
  "keywords": [
    "shape divider",
    "svg shape",
    "dynamic divider"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": "full"
    },
    "background": {
      "type": "object",
      "default": {
        "type": "gradient",
        "gradient": "linear-gradient(135deg, #74E2D5, #7BCACF);"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "100px",
        "right": "0px",
        "bottom": "100px",
        "left": "0px"
      }
    },
    "height": {
      "type": "object",
      "default": {
        "desktop": "100vh",
        "tablet": "100vh",
        "mobile": "100vh"
      }
    },
    "shape": {
      "type": "string",
      "default": "waves-opacity"
    },
    "shapePosition": {
      "type": "string",
      "default": "bottom"
    },
    "isShapeSplite": {
      "type": "boolean",
      "default": false
    },
    "shapeHeight": {
      "type": "object",
      "default": {
        "desktop": "150px",
        "tablet": "150px",
        "mobile": "150px"
      }
    },
    "shapeWidth": {
      "type": "number",
      "default": 100
    },
    "shapeColor": {
      "type": "string",
      "default": "#fff"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}