{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Meta",
  "name": "zolo/post-meta",
  "category": "zoloblocks-single",
  "keywords": [
    "post",
    "meta",
    "information",
    "details",
    "author",
    "date",
    "time",
    "category",
    "tag",
    "comment",
    "edit",
    "link",
    "permalink",
    "type",
    "id"
  ],
  "description": "Dynamic post meta for side editor single page in WordPress",
  "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"
}