{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "ai-search/search-box",
    "title": "AI Search Box",
    "category": "widgets",
    "icon": "search",
    "description": "A search box with live results: keyword matches as you type, AI suggestions when you pause.",
    "textdomain": "ai-search",
    "attributes": {
        "placeholder": { "type": "string", "default": "" },
        "postType": { "type": "string", "default": "" },
        "limit": { "type": "number", "default": 6 },
        "showImages": { "type": "boolean", "default": true },
        "showPrice": { "type": "boolean", "default": true },
        "showBadges": { "type": "boolean", "default": false }
    },
    "supports": {
        "html": false,
        "align": [ "wide", "full" ],
        "spacing": { "margin": true, "padding": true }
    },
    "editorScript": "file:./index.js",
    "viewScript": "file:./view.js",
    "style": "file:./style.css",
    "render": "file:./render.php"
}
