{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brentwood/blog",
  "title": "Brentwood Blog",
  "category": "widgets",
  "icon": "grid-view",
  "description": "Blog post grid matching the brentwood.ca Student Blog section: equal-height cards, AJAX search and pagination, taxonomy/author filters, offset and sticky-post controls.",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "bw-blog-editor",
  "viewScript": "bw-blog-view",
  "style": "bw-blog",
  "supports": { "html": false, "align": ["wide", "full"] },
  "attributes": {
    "heading":        { "type": "string",  "default": "Student Blog" },
    "columns":        { "type": "number",  "default": 4 },
    "perPage":        { "type": "number",  "default": 8 },
    "categories":     { "type": "array",   "default": [], "items": { "type": "number" } },
    "tags":           { "type": "array",   "default": [], "items": { "type": "number" } },
    "author":         { "type": "number",  "default": 0 },
    "offset":         { "type": "number",  "default": 0 },
    "sticky":         { "type": "string",  "default": "default" },
    "imageRatio":     { "type": "string",  "default": "66" },
    "featuredFirst":  { "type": "boolean", "default": false },
    "featuredRule":   { "type": "boolean", "default": false },
    "showSearch":     { "type": "boolean", "default": true },
    "showPagination": { "type": "boolean", "default": true }
  }
}
