{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "plover-kit/breadcrumb",
  "title": "Plover: Breadcrumb",
  "category": "plover-blocks",
  "description": "Let’s you easily display breadcrumb navigation on your WordPress site, easy customization.",
  "keywords": [
    "breadcrumb"
  ],
  "textdomain": "plover-kit",
  "version": "1.0.0",
  "attributes": {
    "align": {
      "type": "string"
    },
    "justification": {
      "type": "string"
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "link": true,
      "background": false
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true,
      "__experimentalDefaultControls": {
        "radius": true,
        "color": true,
        "width": true,
        "style": true
      }
    }
  },
  "editorScript": "file:./index.js"
}