{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-pagination-prev",
  "title" : "Refoundry Previous Page",
  "category" : "theme",
  "parent" : [
    "foundry/query-pagination"
  ],
  "description" : "Displays the next posts page link.",
  "textdomain" : "default",
  "attributes" : {
    "label" : {
      "type" : "string"
    },
    "iconShortcode" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "queryId",
    "query",
    "paginationArrow",
    "taxonomyFilters",
    "fndry/buttonStyle",
    "wpQuery",
    "queryBlockId"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}