{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Tag Cloud",
  "name": "zolo/tag-cloud",
  "category": "zoloblocks",
  "keywords": [
    "post",
    "tag",
    "tags",
    "cloud",
    "navigation",
    "seo"
  ],
  "description": "Add customizable tag clouds to enhance navigation and SEO.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "script": [
    "zolo-tag-canvas-script"
  ],
  "style": "file:./style-index.css"
}