{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenito-blocks-addon/separator",
  "version": "0.0.1",
  "title": "Separator",
  "category": "gutenito",
  "icon": "minus",
  "description": "A customizable separator/divider block",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "separatorStyle": {
      "type": "string",
      "default": "solid"
    },
    "separatorWidth": {
      "type": "string",
      "default": "80%"
    },
    "separatorHeight": {
      "type": "string",
      "default": "2px"
    },
    "separatorColor": {
      "type": "string",
      "default": "#e5e7eb"
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "addIcon": {
      "type": "boolean",
      "default": false
    },
    "iconColor": {
      "type": "string"
    },
    "iconSize": {
      "type": "string",
      "default": "24px"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gutenito-blocks-addon",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}