{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/section-divider",
  "version": "1.0.0",
  "title": "Section Divider",
  "category": "design",
  "description": "A standalone shape divider you can drop between any two blocks. Shape, height, and color inherit from your theme by default.",
  "keywords": [
    "divider",
    "shape",
    "separator",
    "wave",
    "section"
  ],
  "textdomain": "designsetgo",
  "attributes": {
    "shape": {
      "type": "string",
      "default": "inherit"
    },
    "height": {
      "type": "number",
      "default": null
    },
    "width": {
      "type": "number",
      "default": 100
    },
    "flipX": {
      "type": "boolean",
      "default": false
    },
    "flipY": {
      "type": "boolean",
      "default": false
    },
    "fillColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "spacing": {
      "margin": true
    }
  },
  "align": "full",
  "example": {
    "attributes": {
      "shape": "wave"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}