{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "zypento-blocks/woo-collection",
    "version": "0.1.0",
    "title": "Woo Collection",
    "category": "widgets",
    "description": "Woo Collection",
    "attributes": {
        "term": {
            "type": "string",
            "default": ""
        },
        "type": {
            "type": "string",
            "default": "category"
        }
    },
    "example": {},
    "supports": {
        "color": {
            "background": false,
            "text": true
        },
        "html": false,
        "typography": {
            "fontSize": true
        }
    },
    "textdomain": "zypento-blocks",
    "style": "file:./style.css",
    "viewScript": "file:./view.js"
}
