{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Advanced Heading",
  "name": "essential-blocks/advanced-heading",
  "category": "essential-blocks",
  "description": "Create advanced heading with title, subtitle and separator controls",
  "apiVersion": 2,
  "textdomain": "essential-blocks",
  "supports": {
    "anchor": true
  },
  "usesContext": [
    "postId",
    "postType",
    "essential-blocks/postId",
    "essential-blocks/postType",
    "essential-blocks/queryId",
    "essential-blocks/isLoopBuilder",
    "essential-blocks/query"
  ],
  "editorScript": "essential-blocks-editor-script"
}