{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/query-pagination-numbers",
  "title" : "Refoundry Page Numbers",
  "category" : "theme",
  "parent" : [
    "foundry/query-pagination"
  ],
  "description" : "Displays a list of page numbers for pagination.",
  "textdomain" : "default",
  "attributes" : {
    "color" : {
      "type" : "string",
      "isFndryId" : true
    },
    "gridGap" : {
      "type" : "string",
      "default" : "0.5em"
    },
    "verticalPadding" : {
      "type" : "string"
    },
    "horizontalPadding" : {
      "type" : "string"
    },
    "borderRadius" : {
      "type" : "string"
    }
  },
  "usesContext" : [
    "queryId",
    "query",
    "taxonomyFilters",
    "fndry/textStyle",
    "wpQuery",
    "queryBlockId"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}