{
  "apiVersion" : 3,
  "name" : "foundry/query-block",
  "title" : "Refoundry Query Block",
  "category" : "theme",
  "attributes" : {
    "useQueryParams" : {
      "type" : "boolean",
      "default" : false
    },
    "taxonomyFilters" : {
      "type" : "array",
      "default" : []
    },
    "queryId" : {
      "type" : "number"
    },
    "query" : {
      "type" : "object",
      "default" : {
        "perPage" : null,
        "pages" : 0,
        "offset" : 0,
        "postTypes": [ "post" ],
        "excludePostTypes": [],
        "order" : "asc",
        "orderBy" : "date",
        "exclude" : [],
        "sticky" : "",
        "taxQuery" : null,
        "inherit" : true
      }
    },
    "manualQueryIdOverride" : {
      "type" : "boolean"
    },
    "tagName" : {
      "type" : "string",
      "default" : "div"
    }
  },
  "providesContext" : {
    "queryId" : "queryId",
    "query" : "query",
    "wpQuery" : "query",
    "postWidth" : "postWidth",
    "queryBlockId" : "fndryBlockId",
    "taxonomyFilters" : "taxonomyFilters"
  },
  "parent" : [
    "foundry/container-block",
    "foundry/column-block"
  ],
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "anchor" : true,
    "fndryBlockId": true
  }
}