{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpseopress/sitemap",
  "title": "Sitemap",
  "description": "Display an HTML sitemap",
  "icon": "list-view",
  "category": "wpseopress",
  "textdomain": "wp-seopress",
  "keywords": [
    "sitemap",
    "navigation",
    "links"
  ],
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "gradients": true,
      "link": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}