{
  "apiVersion": 3,
  "title": "Ajax Search",
  "name": "brandy/ajax-search",
  "category": "brandy-blocks",
  "description": "Ajax-powered live search block with type-ahead results",
  "keywords": [
    "search",
    "ajax",
    "find",
    "query"
  ],
  "attributes": {
    "searchCriteria": {
      "type": "string",
      "enum": [
        "all",
        "post",
        "product"
      ],
      "default": "all"
    },
    "placeholder": {
      "type": "string",
      "default": "Search for anything you love..."
    },
    "showImages": {
      "type": "boolean",
      "default": true
    },
    "showPrice": {
      "type": "boolean",
      "default": true
    },
    "resultsLimit": {
      "type": "number",
      "default": 6
    },
    "suggestions": {
      "type": "array",
      "default": [
        "Minimal",
        "Modern",
        "Clean"
      ]
    },
    "width": {
      "type": "number",
      "enum": [
        25,
        50,
        75,
        100
      ],
      "default": 100
    },
    "wrapperBgColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "wrapperBorderRadius": {
      "type": "number",
      "default": 50
    },
    "wrapperBorder": {
      "type": "object",
      "default": {}
    },
    "wrapperHeight": {
      "type": "number",
      "default": 56
    },
    "inputTextColor": {
      "type": "string",
      "default": ""
    },
    "inputPlaceholderColor": {
      "type": "string",
      "default": ""
    },
    "inputFontSize": {
      "type": "string",
      "default": "15px"
    },
    "buttonBgColor": {
      "type": "string",
      "default": "var:preset|color|brandy-primary"
    },
    "buttonIconColor": {
      "type": "string",
      "default": "#FFFFFF"
    },
    "buttonSize": {
      "type": "number",
      "default": 40
    },
    "buttonBorderRadius": {
      "type": "number",
      "default": 50
    },
    "buttonGap": {
      "type": "number",
      "default": 6
    },
    "chipBgColor": {
      "type": "string",
      "default": "var:preset|color|brandy-gray-2"
    },
    "chipTextColor": {
      "type": "string",
      "default": "#111111"
    },
    "chipBorderRadius": {
      "type": "number",
      "default": 12
    },
    "chipGap": {
      "type": "number",
      "default": 8
    },
    "chipFontSize": {
      "type": "string",
      "default": "13px"
    },
    "suggestionsMarginTop": {
      "type": "number",
      "default": 12
    }
  },
  "supports": {
    "interactivity": true
  },
  "render": "file:./render.php",
  "example": {
    "viewportWidth": 600,
    "attributes": {
      "placeholder": "Search for anything you love..."
    }
  },
  "icon": "search",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}