{
  "$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
  "name": "swift-commerce/ajax-search",
  "version": "1.5.0",
  "title": "AJAX Product Search",
  "category": "swift-commerce",
  "icon": "search",
  "description": "Help shoppers find WooCommerce products with instant search results.",
  "keywords": [
    "search",
    "products",
    "woocommerce"
  ],
  "textdomain": "swift-commerce",
  "attributes": {
    "inheritDesign": {
      "type": "boolean",
      "default": true
    },
    "placeholder": {
      "type": "string",
      "default": "Search products..."
    },
    "layout": {
      "type": "string",
      "default": "dropdown",
      "enum": [
        "dropdown",
        "fullwidth",
        "modal"
      ]
    },
    "categoryFilter": {
      "type": "boolean",
      "default": false
    },
    "maxResults": {
      "type": "number",
      "default": 8,
      "minimum": 1,
      "maximum": 50
    },
    "showImages": {
      "type": "boolean",
      "default": true
    },
    "showPrices": {
      "type": "boolean",
      "default": true
    },
    "showCategories": {
      "type": "boolean",
      "default": true
    },
    "showSku": {
      "type": "boolean",
      "default": false
    },
    "showStock": {
      "type": "boolean",
      "default": true
    },
    "showRating": {
      "type": "boolean",
      "default": true
    },
    "showDescription": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "swift-commerce-ajax-search-block-editor"
}
