{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "plover-docs/doc-list-item",
  "title": "Doc List Item",
  "category": "widgets",
  "parent": [
    "plover-docs/doc-list"
  ],
  "description": "Displays a doc inside a list of all docs.",
  "keywords": [
    "doc",
    "menu",
    "navigation"
  ],
  "textdomain": "default",
  "attributes": {
    "id": {
      "type": "number"
    },
    "title": {
      "type": "string"
    },
    "link": {
      "type": "string"
    },
    "hasChildren": {
      "type": "boolean"
    }
  },
  "usesContext": [
    "textColor",
    "customTextColor",
    "backgroundColor",
    "customBackgroundColor",
    "overlayTextColor",
    "customOverlayTextColor",
    "overlayBackgroundColor",
    "customOverlayBackgroundColor",
    "fontSize",
    "customFontSize",
    "showSubmenuIcon",
    "style",
    "openSubmenusOnClick"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "lock": false,
    "inserter": false,
    "__experimentalToolbar": false,
    "interactivity": {
      "clientNavigation": true
    }
  },
  "editorScript": "file:./index.js"
}