{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/divider",
  "version": "1.0.0",
  "title": "Divider",
  "description": "An advanced divider used to separate content.",
  "category": "firebox",
  "keywords": [
    "divide",
    "divider",
    "vertical line",
    "horizontal line"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "theme": {
      "type": "string",
      "default": "horizontal"
    },
    "style": {
      "type": "string",
      "default": "solid"
    },
    "thickness": {
      "type": "number",
      "default": 2
    },
    "width": {
      "type": "object",
      "default": {
        "desktop": "100%",
        "tablet": "",
        "mobile": ""
      }
    },
    "height": {
      "type": "object",
      "default": {
        "desktop": "40px",
        "tablet": "",
        "mobile": ""
      }
    },
    "align": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "color": {
      "type": "string",
      "default": "#000000"
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "visibility": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "blockBorderColor": {
      "type": "string",
      "default": ""
    },
    "blockBorderWidth": {
      "type": "number",
      "default": 0
    },
    "blockBorderStyle": {
      "type": "string",
      "default": "none"
    },
    "blockBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "tablet": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "mobile": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "linked": true
      }
    },
    "boxShadow": {
      "type": "object",
      "default": {
        "desktop": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "tablet": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "mobile": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        }
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fb-block-divider"
}