{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "lewismoten/dreamy-tags",
    "title": "Dreamy Tags",
    "category": "design",
    "description": "Display a filtered cloud of tags.",
    "keywords": [
        "tag cloud",
        "categories",
        "dreamy tags",
        "filter",
        "taxonomy"
    ],
    "version": "1.0.76",
    "textdomain": "dreamy-tags",
    "icon": "tag",
    "editorStyle": "file:./admin/admin-style.css",
    "attributes": {
        "isPreview": {
            "type": "boolean",
            "default": false
        },
        "cat": {
            "type": "array",
            "default": []
        },
        "children": {
            "type": "boolean",
            "default": true
        },
        "tags": {
            "type": "array",
            "default": []
        },
        "auto_exclude": {
            "type": "boolean",
            "default": true
        },
        "exclude_tags": {
            "type": "array",
            "default": []
        },
        "min_count": {
            "type": "number",
            "default": 1
        }
    },
    "example": {
        "attributes": {
            "isPreview": true,
            "children": true,
            "min_count": 3
        }
    },
    "supports": {
        "html": false,
        "spacing": {
            "margin": true,
            "padding": true
        },
        "inserter": true
    }
}