{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "title": "Post Meta",
    "name": "essential-blocks/post-meta",
    "description": "Attractively showcase your current post metadata like author, date, excerpt & more.",
    "category": "essential-blocks",
    "apiVersion": 2,
    "textdomain": "essential-blocks",
    "supports": {
      "anchor": true,
      "align": ["wide", "full"]
    },
    "usesContext": [
      "postId",
      "postType",
      "essential-blocks/postId",
      "essential-blocks/postType",
      "essential-blocks/queryId",
      "essential-blocks/isLoopBuilder",
      "essential-blocks/query"
    ],
    "editorScript": "essential-blocks-editor-script"
  }