{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "crosswinds-blocks/previous-post",
  "version": "0.1.0",
  "title": "Previous Post",
  "category": "crosswinds-blocks",
  "description": "Display the next post in a post navigation.",
  "supports": {
    "html": false,
    "__experimentalLayout": true
  },
  "attributes": {
    "postId": {
      "type": "number",
      "default": 1
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "queryId": {
      "type": "number",
      "default": 100
    },
    "tagName": {
      "type": "string",
      "default": "div"
    },
    "namespace": {
      "type": "string"
    }
  },
  "providesContext": {
    "postId": "postId",
    "postType": "postType",
    "queryId": "queryId"
  },
  "textdomain": "portafoglio-previous-post",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}