{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bw/youtube-list",
  "title": "Brentwood Youtube List",
  "category": "widgets",
  "icon": "video-alt3",
  "description": "Livestream/recording list matching the brentwood.ca /live section: stacked rows with a YouTube thumbnail, date, watch link and recording note, plus AJAX search and pagination. Pulls from the Livestream post type.",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "bw-youtube-list-editor",
  "viewScript": "bw-youtube-list-view",
  "style": "bw-youtube-list",
  "supports": { "html": false, "align": ["wide", "full"] },
  "attributes": {
    "heading":        { "type": "string",  "default": "" },
    "scope":          { "type": "string",  "default": "completed" },
    "perPage":        { "type": "number",  "default": 10 },
    "categories":     { "type": "array",   "default": [], "items": { "type": "number" } },
    "exclude":        { "type": "array",   "default": [], "items": { "type": "number" } },
    "showSearch":     { "type": "boolean", "default": true },
    "showPagination": { "type": "boolean", "default": true },
    "showUnlisted":   { "type": "boolean", "default": false }
  }
}
