{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "kidearn/teacher-grid",
  "version": "1.0.0",
  "title": "Teacher Grid",
  "category": "kidearn",
  "icon": "groups",
  "description": "A dynamic grid of teachers and specialties.",
  "textdomain": "kidearn",
  "attributes": {
    "eyebrow": { "type": "string", "default": "Caring educators" },
    "heading": { "type": "string", "default": "Meet our classroom superheroes" },
    "description": { "type": "string", "default": "Experienced teachers create safe, curious, and welcoming learning spaces." },
    "itemsToShow": { "type": "number", "default": 3 },
    "columns": { "type": "number", "default": 3 },
    "specialty": { "type": "string", "default": "" },
    "showIntro": { "type": "boolean", "default": true }
  },
  "supports": {
    "align": ["wide", "full"],
    "anchor": true,
    "spacing": { "margin": true, "padding": true },
    "color": { "background": true, "text": true }
  }
}
