{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "templazee/breadcrumb",
  "version": "0.1.0",
  "title": "Breadcrumb",
  "category": "templazee",
  "icon": "ellipsis",
  "description": "Displays a navigational breadcrumb trail to help users easily track and navigate their location within a website.",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "seperator": {
      "type": "string",
      "default": ">"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "textSize": {
      "type": "number",
      "default": 16
    },
    "linkColor": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "separatorColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "breadcrumb",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}