{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wopopus/advanced-separator",
  "version": "1.0.0",
  "title": "Advanced Separator",
  "category": "wpopus",
  "description": "Add a horizontal/vertical Line Separator. You can create circle/square shape separator aswell.",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": false,
      "background": true,
      "gradients": true
    },
    "spacing": {
      "margin": true
    },
    "__experimentalBorder": {
      "color": false,
      "radius": true,
      "style": false,
      "width": false,
      "__experimentalDefaultControls": {
        "color": false,
        "radius": true,
        "style": false,
        "width": false
      }
    }
  },
  "attributes": {
    "height": {
      "type": "number",
      "default": 2
    },
    "width": {
      "type": "number",
      "default": 100
    }
  },
  "textdomain": "advanced-separator",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}