{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/separator",
  "version": "1.0.0",
  "title": "CM Separator",
  "category": "codemanas-blocks",
  "description": "Separator Block",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "separatorType": {
      "type": "string",
      "default": "solid"
    },
    "colors": {
      "type": "object",
      "default": {
        "separator": "#000000",
        "icon": "#000000",
        "text": "#000000"
      }
    },
    "width": {
      "type": "object",
      "default": {
        "value": 100,
        "unit": "%"
      }
    },
    "thickness": {
      "type": "object",
      "default": {
        "value": 4,
        "unit": "px"
      }
    },
    "gap": {
      "type": "object",
      "default": {
        "value": 0,
        "unit": "px"
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "hasItemAppended": {
      "type": "boolean",
      "default": false
    },
    "appendElement": {
      "type": "string",
      "default": "none"
    },
    "icon": {
      "type": "string",
      "default": "settings"
    },
    "iconSize": {
      "type": "object",
      "default": {
        "value": 40,
        "unit": "px"
      }
    },
    "richTextContent": {
      "type": "string",
      "default": "Enter Text"
    },
    "textSize": {
      "type": "object",
      "default": {
        "value": 40,
        "unit": "px"
      }
    },
    "elementAlignment": {
      "type": "string",
      "default": "center"
    },
    "elementGap": {
      "type": "object",
      "default": {
        "value": 5,
        "unit": "px"
      }
    }
  },
  "textdomain": "cm-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"cm-blocks__icon\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#e34f08\" d=\"M16.23 18L12 15.45L7.77 18l1.12-4.81l-3.73-3.23l4.92-.42L12 5l1.92 4.53l4.92.42l-3.73 3.23zM12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2\"></path></svg>"
}