{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-filter-search",
  "title" : "Refoundry Filter Search",
  "category" : "theme",
  "parent" : [
    "foundry/query-filter"
  ],
  "description" : "Renders an input field for searching.",
  "textdomain" : "default",
  "usesContext" : [
    "queryId",
    "query",
    "submitType",
    "taxonomyFilters",
    "wpQuery"
  ],
  "attributes" : {
    "searchLabel" : {
      "type" : "string",
      "default" : "Search"
    },
    "iconShortcode" : {
      "type" : "string"
    },
    "iconColor" : {
      "type" : "string",
      "isFndryId" : true
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "multiple" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}