{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "edge/html-sitemap-block",
  "version": "1.1.0",
  "title": "HTML Sitemap Block",
  "category": "edge",
  "icon": "admin-site",
  "description": "Displays an HTML sitemap with hierarchical structure, icons, and an accordion effect.",
  "example": {},
  "supports": {
    "html": true
  },
  "attributes": {
    "showPages": {
      "type": "boolean",
      "default": true
    },
    "showCategories": {
      "type": "boolean",
      "default": true
    },
    "showTags": {
      "type": "boolean",
      "default": true
    },
    "showPosts": {
      "type": "boolean",
      "default": true
    },
    "showCustomPostTypes": {
      "type": "boolean",
      "default": true
    },
    "enableAccordion": {
      "type": "boolean",
      "default": true
    },
    "showPostDate": {
      "type": "boolean",
      "default": false
    },
    "showPostExcerpt": {
      "type": "boolean",
      "default": false
    },
    "order": {
      "type": "string",
      "default": "asc"
    },
    "orderby": {
      "type": "string",
      "default": "title"
    },
    "orderbypages": {
      "type": "string",
      "default": "title"
    },
    "orderbycat": {
      "type": "string",
      "default": "name"
    },
    "titleFontSize": {
      "type": "string",
      "default": "2.25rem"
    },
    "fontSize": {
      "type": "string",
      "default": "1.2rem"
    },
    "listStyle": {
      "type": "string",
      "default": "disc"
    }
  },
  "textdomain": "edge-expansion",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}