{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brentwood/video-hero",
  "title": "Brentwood Video Hero",
  "category": "media",
  "icon": "format-video",
  "description": "Full-bleed video hero with an editable text card (heading + paragraphs).",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "brentwood-video-hero-editor",
  "style": "file:./style.css",
  "supports": { "html": false, "align": ["full"] },
  "attributes": {
    "poster":       { "type": "string", "default": "" },
    "video":        { "type": "string", "default": "" },
    "fileUploadId": { "type": "string", "default": "" }
  }
}
