{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blockspare/shape-divider", "title": "Shape Divider", "category": "blockspare", "description": "SVG shape dividers to create smooth transitions between page sections.", "attributes": { "align": { "type": "string", "default": "full" }, "design": { "type": "string", "default": "double-wave" }, "layer1Shadow": { "type": "boolean", "default": false }, "width": { "type": "number", "default": 1 }, "height": { "type": "number", "default": 150 }, "verticalFlip": { "type": "boolean", "default": false }, "horizontalFlip": { "type": "boolean", "default": false }, "color": { "type": "string", "default": "#141618" }, "marginTop": { "type": "number", "default": 30 }, "marginBottom": { "type": "number", "default": 30 }, "marginLeft": { "type": "number", "default": 0 }, "marginRight": { "type": "number", "default": 0 }, "uniqueClass": { "type": "string", "default": "" }, "animation": { "type": "string", "default": "" }, "blockHoverEffect": { "type": "string", "default": "" } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }