{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "templazee/separator",
  "version": "0.1.0",
  "title": "Separator",
  "category": "templazee",
  "icon": "admin-site-alt",
  "description": "Adds a horizontal line or divider to separate sections of content, helping to organize and visually break up the page layout.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "full",
      "wide"
    ]
  },
  "textdomain": "separator",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "separators": {
      "type": "string",
      "default": "style1"
    },
    "tagline": {
      "type": "boolean",
      "default": false
    },
    "taglineInput": {
      "type": "string",
      "default": ""
    },
    "color": {
      "type": "string",
      "default": "#c50000"
    },
    "prefixColor": {
      "type": "string",
      "default": "#c50000"
    },
    "prefixGradient": {
      "type": "string",
      "default": ""
    },
    "separatorWidth": {
      "type": "number",
      "default": 50
    },
    "separatorHeight": {
      "type": "number",
      "default": 2
    },
    "taglineFontSize": {
      "type": "number",
      "default": 16
    },
    "taglineSpacing": {
      "type": "number",
      "default": 4
    },
    "taglineColor": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.4)"
    },
    "taglineAlign": {
      "type": "string",
      "default": "center"
    },
    "separatorGap": {
      "type": "number",
      "default": 5
    },
    "svgInput": {
      "type": "string",
      "default": ""
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    }
  }
}