{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tanvir-blocks/my-separator",
  "version": "0.1.0",
  "title": "My Separator",
  "category": "tanvirblocks",
  "icon": "minus",
  "description": "A customisable horizontal separator / divider line.",
  "example": {},
  "supports": {
    "html": true,
    "align": true,
    "customClassName": true,
    "className": true,
    "anchor": true
  },
  "textdomain": "tanvir-block",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "keywords": [
    "divider",
    "line",
    "hr",
    "separator"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "additionalCssId": {
      "type": "string",
      "default": ""
    },
    "separatorStyle": {
      "type": "string",
      "default": "solid"
    },
    "separatorColor": {
      "type": "string",
      "default": "#cccccc"
    },
    "separatorHeight": {
      "type": "number",
      "default": 2
    },
    "separatorWidth": {
      "type": "number",
      "default": 100
    },
    "separatorAlign": {
      "type": "string",
      "default": "center"
    },
    "hide_d": {
      "type": "boolean",
      "default": false
    },
    "hide_t": {
      "type": "boolean",
      "default": false
    },
    "hide_m": {
      "type": "boolean",
      "default": false
    },
    "spacing_padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    },
    "spacing_margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    }
  }
}