{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/breadcrumb",
  "version": "0.1.0",
  "title": "Breadcrumb",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "It enables both users and search crawlers to easily explore different pages of the site.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "breadcrumbLayout": {
      "type": "string",
      "default": "layout1"
    },
    "linkTarget": {
      "type": "boolean",
      "default": false
    },
    "breadcrumbsNavBackground": {
      "type": "string",
      "default": "#7ebec5"
    },
    "breadcrumbsNavLastItemBackground": {
      "type": "string",
      "default": "#cccccc"
    },
    "enableDifferentBg": {
      "type": "boolean",
      "default": false
    },
    "enableFade": {
      "type": "boolean",
      "default": false
    },
    "fadeRange": {
      "type": "number",
      "default": 0.01
    },
    "breadcrumbItempadding": {
      "type": "object",
      "default": {
        "right": "10px",
        "left": "10px"
      }
    },
    "separatorColor": {
      "type": "string"
    },
    "separatorType": {
      "type": "string",
      "default": "text_separator"
    },
    "separatorText": {
      "type": "string",
      "default": "|"
    },
    "separatorIcon": {
      "type": "string"
    },
    "separatorSizeFontSize": {
      "type": "string"
    },
    "useHomeLinkText": {
      "type": "boolean",
      "default": false
    },
    "homeLinkText": {
      "type": "string",
      "default": "Home"
    },
    "useHomeLinkIcon": {
      "type": "boolean",
      "default": false
    },
    "hideHomeText": {
      "type": "boolean",
      "default": false
    },
    "homeIconColor": {
      "type": "string"
    },
    "homeLinkIcon": {
      "type": "string"
    },
    "homeLinkIconSizeFontSize": {
      "type": "string"
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "textFontSize": {
      "type": "string",
      "default": "1rem"
    },
    "textFontAppearance": {
      "type": "object",
      "default": {
        "fontStyle": "",
        "fontWeight": ""
      }
    },
    "textLetterSpacing": {
      "type": "string"
    },
    "textDecoration": {
      "type": "string"
    },
    "textLetterCase": {
      "type": "string"
    },
    "textLineHeight": {
      "type": "string"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./index.css"
  ],
  "style": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./style-index.css"
  ],
  "script": "file:./script.js",
  "render": "file:./render.php"
}