{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "easycommerce/single-product-thumbnail",
    "version": "0.1.0",
    "title": "Product Thumbnail",
    "category": "easycommerce-product",
    "icon": "editor-textcolor",
    "description": "Product Thumbnail",
    "example": {},
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "color": {
            "background": false,
            "text": true
        },
        "typography": {
            "fontSize": true
        },
        "spacing": {
            "margin": true,
            "padding": true,
            "blockGap": true
        }
    },
    "textdomain": "easycommerce",
    "editorScript": "file:./index.js"
}
