{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Template",
  "name": "essential-blocks/pro-post-template",
  "category": "essential-blocks",
  "description": "Contains the block elements used to render a post within a Loop Builder, like the title, date, featured image, content or excerpt, and more.",
  "apiVersion": 2,
  "textdomain": "essential-blocks-pro",
  "ancestor": [
    "essential-blocks/pro-loop-builder"
  ],
  "usesContext": [
    "essential-blocks/queryId",
    "essential-blocks/isLoopBuilder",
    "essential-blocks/query"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "essential-blocks-editor-script"
}