{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "crosswinds-blocks/breadcrumbs",
  "version": "0.1.0",
  "title": "Breadcrumbs",
  "category": "crosswinds-blocks",
  "description": "Display a breadcrumbs section to help a user know where they are on your site.",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "ariaLabel": true,
    "__experimentalLayout": true,
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "blockGap": true
      }
    },
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "attributes": {
    "align": {
      "type": "string"
    },
    "separatorIcon": {
      "type": "string",
      "default": "arrow-right"
    },
    "breadrcumbsSchema": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "crosswinds-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}