{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brentwood/hero-card",
  "title": "Brentwood Hero Card",
  "category": "design",
  "icon": "id-alt",
  "description": "The white hero text card, as editable blocks. Place it as the FIRST block on a page whose Hero type is set — it overlaps the hero media automatically. The H1 comes from the page title / Title Override; add paragraphs, buttons, or any block below it. A closing dash is appended.",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "bw-hero-card-editor",
  "style": "bw-page-hero",
  "supports": { "html": false, "multiple": false },
  "attributes": {
    "showTitle": { "type": "boolean", "default": true },
    "titleAlign": { "type": "string", "default": "left" },
    "contentAlign": { "type": "string", "default": "left" },
    "dashAlign": { "type": "string", "default": "left" },
    "ctaEnabled": { "type": "boolean", "default": false },
    "ctaText": { "type": "string", "default": "" },
    "ctaUrl": { "type": "string", "default": "" },
    "ctaNewTab": { "type": "boolean", "default": false }
  }
}
