{
  "apiVersion" : 3,
  "name" : "foundry/query-advanced-filter",
  "title" : "Advanced Filter",
  "category" : "theme",
  "attributes" : {
    "taxonomies" : {
      "type" : "array"
    },
    "showFiltersStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "applyFiltersStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "hideFiltersStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "resetFiltersStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "backgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "buttonBackground" : {
      "type" : "string",
      "isFndryId" : true
    },
    "buttonColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "inputCheckColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "inputBorder" : {
      "type" : "object"
    },
    "inputBackgroundColor" : {
      "type" : "string",
      "isFndryId" : true
    },
    "inputBoxShadow" : {
      "type" : "string",
      "isFndryId" : true
    },
    "inputBorderRadius" : {
      "type" : "string"
    },
    "inputTextStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "inputLabelStyle" : {
      "type" : "string",
      "isFndryId" : true
    },
    "showUnrelatedTerms" : {
      "type" : "boolean",
      "default" : false
    }
  },
  "parent" : [
    "foundry/query-block"
  ],
  "usesContext" : [
    "queryId",
    "query",
    "queryBlockId",
    "taxonomyFilters",
    "wpQuery"
  ],
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "anchor" : true,
    "html" : false
  }
}
