{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-filter",
  "title" : "Refoundry Filters",
  "category" : "theme",
  "parent" : [
    "foundry/query-block"
  ],
  "description" : "Displays filtering options for visitors to use.",
  "textdomain" : "default",
  "usesContext" : [
    "queryId",
    "query",
    "queryBlockId",
    "taxonomyFilters",
    "wpQuery"
  ],
  "providesContext" : {
    "foundry/submitType" : "submitType",
    "foundry/buttonRole" : "buttonRole",
    "fndry/buttonStyle" : "buttonStyle"
  },
  "attributes" : {
    "submitType" : {
      "type" : "string",
      "default" : "standard"
    },
    "filteringLogic" : {
      "type" : "string",
      "default" : "queryParam"
    },
    "submitLabel" : {
      "type" : "string",
      "default" : "Submit"
    },
    "buttonRole" : {
      "type" : "string",
      "default" : "submit"
    },
    "filterStyle" : {
      "type" : "string",
      "baseClass" : true,
      "modifier" : true
    },
    "submitOnChange" : {
      "type" : "boolean",
      "default" : false
    },
    "redirectToPage" : {
      "type" : "string"
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}