{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bw/careers-grid",
  "title": "Brentwood Careers",
  "category": "widgets",
  "icon": "businessperson",
  "description": "Lists the Careers postings: the posting description, then the Open Message + Apply Now button, each followed by a divider — like brentwood.ca/careers.",
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "bw-careers-grid-editor",
  "style": "bw-careers-grid",
  "supports": { "html": false, "align": [ "wide", "full" ] },
  "attributes": {
    "buttonLabel": { "type": "string", "default": "Apply Now" },
    "emptyText":   { "type": "string", "default": "There are no open positions at this time." }
  }
}
