# blockenberg/2.0.7/blocks/shape-divider/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 89 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/shape-divider/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/shape-divider/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/shape-divider/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "name": "blockenberg/shape-divider",
    "title": "Shape Divider",
    "category": "bkbg-layout",
    "icon": "chart-area",
    "description": "SVG shape dividers — wave, curve, triangle, tilt, zigzag — to create seamless section transitions.",
    "keywords": [
        "shape",
        "divider",
        "wave",
        "separator",
        "svg",
        "section"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-shape-divider-editor",
    "editorStyle": "bkbg-shape-divider-style",
    "style": "bkbg-shape-divider-style",
    "viewScript": "bkbg-shape-divider-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "shape": {
            "type": "string",
            "default": "wave"
        },
        "position": {
            "type": "string",
            "default": "bottom"
        },
        "height": {
            "type": "number",
            "default": 80
        },
        "color": {
            "type": "string",
            "default": "#ffffff"
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "flipHorizontal": {
            "type": "boolean",
            "default": false
        },
        "flipVertical": {
            "type": "boolean",
            "default": false
        },
        "width": {
            "type": "number",
            "default": 100
        },
        "animate": {
            "type": "boolean",
            "default": false
        },
        "animationSpeed": {
            "type": "number",
            "default": 8
        },
        "layers": {
            "type": "number",
            "default": 1
        },
        "layer2Color": {
            "type": "string",
            "default": "rgba(255,255,255,0.4)"
        },
        "layer2Offset": {
            "type": "number",
            "default": 12
        },
        "zIndex": {
            "type": "number",
            "default": 1
        }
    }
}

```
