{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "glance-live-search/search",
    "version": "1.0.0",
    "title": "Glance Live Search",
    "category": "widgets",
    "icon": "search",
    "description": "WooCommerce live product search with AJAX — title, SKU and category support.",
    "keywords": [ "search", "woocommerce", "live", "glance", "product", "ajax", "store" ],
    "textdomain": "glance-live-search",
    "attributes": {
        "placeholder": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "align": [ "wide", "full" ],
        "color": {
            "background": false,
            "text": false
        },
        "typography": {
            "fontSize": false
        },
        "spacing": {
            "margin": true,
            "padding": false
        }
    },
    "render": "file:./render.php",
    "editorScript": "file:./editor.js",
    "editorStyle": "file:./editor.css"
}
