{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "tag-display/tag-display",
    "version": "1.6.0",
    "title": "Tag Display",
    "category": "widgets",
    "icon": "tag",
    "description": "Display clickable tags with customizable templates.",
    "keywords": [ "tags", "taxonomy", "cloud", "hashtag" ],
    "supports": {
        "html": false,
        "align": false
    },
    "attributes": {
        "template": {
            "type": "string",
            "default": ""
        },
        "order": {
            "type": "string",
            "default": ""
        },
        "maxTags": {
            "type": "number",
            "default": 0
        },
        "excludeTags": {
            "type": "string",
            "default": ""
        },
        "showCount": {
            "type": "boolean",
            "default": false
        },
        "nofollow": {
            "type": "boolean",
            "default": false
        },
        "newTab": {
            "type": "boolean",
            "default": false
        },
        "title": {
            "type": "string",
            "default": ""
        },
        "smartMode": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:./build/index.js"
}
