{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/adivider-block",
  "version": "1.4.5",
  "title": "Divider Block",
  "category": "necessary-blocks",
  "icon": "tagcloud",
  "description": "Divider Block create a break  ideas, sections or content with a horizontal separator",
  "example": {},
  "supports": {
    "html": true,
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full",
      "center"
    ],
    "color": {
      "background": true,
      "text": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "className": true,
    "customClassName": true,
    "splitting": true
  },
  "attributes": {
    "divider": {
      "type": "object",
      "default": {
        "color": "#8a2424",
        "style": "dashed",
        "width": "2px"
      }
    },
    "align": {
      "type": "string"
    },
    "leftContent": {
      "type": "string"
    },
    "rightContent": {
      "type": "string"
    },
    "orientation": {
      "type": "string",
      "default": "horizontal"
    }
  },
  "keywords": [
    "Divider",
    "necessary Blocks",
    "Separator",
    "Advance Divider",
    "vertical separator",
    "horizontal separator"
  ],
  "textdomain": "button-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}