{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brentwood/video-hero",
  "title": "Brentwood Hero (Manual)",
  "category": "media",
  "icon": "format-video",
  "description": "Manual full-bleed video hero block. Normally NOT needed: heroes render automatically from the Page Hero / Blog Details fields (hero_type) — see inc/brentwood-hero.php. Use this only to place a video hero somewhere the template doesn't cover.",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "brentwood-video-hero-editor",
  "style": "brentwood-video-hero",
  "supports": { "html": false, "align": ["full"] },
  "attributes": {
    "width":     { "type": "string", "default": "full" },
    "mediaMode": { "type": "string", "default": "video" },
    "video":     { "type": "string", "default": "" },
    "videoId":   { "type": "number", "default": 0 },
    "poster":    { "type": "string", "default": "" },
    "posterId":  { "type": "number", "default": 0 },
    "slides":    { "type": "array",  "default": [] },
    "interval":  { "type": "number", "default": 5 },
    "contentAlign": { "type": "string",  "default": "left" },
    "showDash":     { "type": "boolean", "default": true },
    "dashAlign":    { "type": "string",  "default": "left" }
  }
}
