{
  "apiVersion": 3,
  "title": "Yext Search Bar",
  "description": "Display a Yext search bar.",
  "name": "yext/search-bar",
  "category": "yext-blocks",
  "text-domain": "yext",
  "supports": {
    "className": false,
    "align": [ "full", "wide" ]
  },
  "attributes": {
    "submitText": {
      "type": "string"
    },
    "submitIcon": {
      "type": "string"
    },
    "placeholderText": {
      "type": "string"
    },
    "labelText": {
      "type": "string"
    },
    "promptHeader": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "number"
    },
    "fontWeight": {
      "type": "string"
    },
    "lineHeight": {
      "type": "string"
    },
    "borderRadius": {
      "type": "number"
    },
    "borderColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "placeholderTextColor": {
      "type": "string"
    },
    "placeholderFontWeight": {
      "type": "string"
    },
    "buttonBackgroundColor": {
      "type": "string"
    },
    "buttonHoverBackgroundColor": {
      "type": "string"
    },
    "buttonTextColor": {
      "type": "string"
    },
    "buttonHoverTextColor": {
      "type": "string"
    },
    "autocompleteBackgroundColor": {
      "type": "string"
    },
    "autocompleteSeparatorColor": {
      "type": "string"
    },
    "autocompleteOptionHoverBackgroundColor": {
      "type": "string"
    },
    "autocompleteOptionFontSize": {
      "type": "number"
    },
    "autocompleteOptionFontWeight": {
      "type": "number"
    },
    "autocompleteOptionLineHeight": {
      "type": "number"
    },
    "autocompleteHeaderFontWeight": {
      "type": "number"
    }
  }
}
