{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Navigation",
  "name": "zolo/post-navigation",
  "category": "zoloblocks-single",
  "keywords": [
    "post",
    "navigation",
    "next",
    "previous",
    "dynamic",
    "content",
    "pagination",
    "single",
    "nav"
  ],
  "description": "Customizable dynamic post navigation block for your website single page",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "usesContext": [
    "postId",
    "postType"
  ],
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}