{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "25.0.0",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/taxonomy-terms",
  "title": "Taxonomy",
  "description": "You can display terms linked to any taxonomy.",
  "category": "smb",
  "attributes": {
    "taxonomy": {
      "type": "string",
      "default": null
    },
    "orderby": {
      "type": "string",
      "default": "id"
    },
    "order": {
      "type": "string",
      "default": "asc"
    },
    "displayCount": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "spacing": {
      "margin": true
    }
  },
  "example": {
    "attributes": {
      "taxonomy": "category"
    }
  },
  "style": "file:./style-index.css",
  "editorScript": "file:./index.js"
}