{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/post-nav-link",
  "title" : "Refoundry Post Nav Link",
  "category" : "theme",
  "description" : "Displays the next or previous post link that is adjacent to the current post.",
  "textdomain" : "default",
  "usesContext" : [
    "postId",
    "postType",
    "queryId",
    "wpQuery"
  ],
  "attributes" : {
    "color" : {
      "type" : "string",
      "isFndryId" : true
    },
    "textAlign" : {
      "type" : "string"
    },
    "type" : {
      "type" : "string",
      "default" : "next"
    },
    "label" : {
      "type" : "string"
    },
    "showTitle" : {
      "type" : "boolean",
      "default" : false
    },
    "linkLabel" : {
      "type" : "boolean",
      "default" : false
    }
  },
  "supports" : {
    "reusable" : false,
    "html" : false,
    "className" : false
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css"
}