{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "plover-docs/doc-list",
  "title": "Plover: Doc List",
  "category": "widgets",
  "allowedBlocks": [
    "plover-docs/doc-list-item"
  ],
  "description": "Display a list of all doc articles.",
  "keywords": [
    "menu",
    "navigation",
    "doc"
  ],
  "textdomain": "default",
  "attributes": {
    "inherit": {
      "type": "boolean",
      "default": true
    },
    "className": {
      "type": "string",
      "default": "is-style-doc-list-document"
    },
    "inheritType": {
      "type": "string",
      "default": "ancestor"
    },
    "parentDocID": {
      "type": "integer",
      "default": 0
    },
    "depth": {
      "type": "integer",
      "default": 0
    }
  },
  "usesContext": [
    "textColor",
    "customTextColor",
    "backgroundColor",
    "customBackgroundColor",
    "overlayTextColor",
    "customOverlayTextColor",
    "overlayBackgroundColor",
    "customOverlayBackgroundColor",
    "fontSize",
    "customFontSize",
    "showSubmenuIcon",
    "style",
    "openSubmenusOnClick",
    "postId",
    "postType",
    "queryId"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}