{
  "apiVersion": 2,
  "name": "beeking/search-block",
  "title": "Beeking Search",
  "category": "widgets",
  "icon": "search",
  "description": "Beeking products search block (same logic as floating search, dedicated styles).",
  "keywords": ["search", "live", "woocommerce", "products", "ai"],
  "textdomain": "beeking-search",
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "attributes": {
    "placeholder": { "type": "string", "default": "Search products..." },
    "showPrice": { "type": "boolean", "default": true },
    "showCategory": { "type": "boolean", "default": false },
    "showBrand": { "type": "boolean", "default": false },
    "advancedFilters": { "type": "boolean", "default": false },
    "accentColor": { "type": "string", "default": "#2271b1" },
    "inputBg": { "type": "string", "default": "#ffffff" },
    "inputText": { "type": "string", "default": "#111827" },
    "inputBorder": { "type": "string", "default": "#e5e7eb" },
    "inputRadius": { "type": "number", "default": 10 },
    "inputBorderWidth": { "type": "number", "default": 1 },
    "inputPaddingX": { "type": "number", "default": 14 },
    "inputPaddingY": { "type": "number", "default": 12 },
    "inputShadow": { "type": "string", "default": "preset" },
    "inputStylePreset": { "type": "string", "default": "classic" },
    "mobileFullscreen": { "type": "boolean", "default": true },
    "resultsGridColumns": { "type": "string", "default": "auto" },
    "desktopFocusOverlay": { "type": "boolean", "default": false },

    "colorPreset": { "type": "string", "default": "brand" }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css"
}
