{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-pagination",
  "title" : "Refoundry Pagination",
  "category" : "theme",
  "parent" : [
    "foundry/query-block"
  ],
  "description" : "Displays a paginated navigation to next/previous set of posts, when applicable.",
  "textdomain" : "default",
  "attributes" : {
    "paginationArrow" : {
      "type" : "string",
      "default" : "none"
    },
    "textStyle" : {
      "type" : "string",
      "baseClass" : true,
      "isFndryId" : true
    },
    "buttonStyle" : {
      "type" : "string",
      "isFndryId" : true
    }
  },
  "usesContext" : [
    "queryId",
    "query",
    "taxonomyFilters",
    "wpQuery",
    "queryBlockId"
  ],
  "providesContext" : {
    "paginationArrow" : "paginationArrow",
    "fndry/textStyle" : "textStyle",
    "fndry/buttonStyle" : "buttonStyle"
  },
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}