{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "kidearn/event-list",
  "version": "1.0.0",
  "title": "Event List",
  "category": "kidearn",
  "icon": "calendar-alt",
  "description": "A dynamic list of upcoming or recent school events.",
  "textdomain": "kidearn",
  "attributes": {
    "eyebrow": { "type": "string", "default": "Save the date" },
    "heading": { "type": "string", "default": "Upcoming activities and events" },
    "description": { "type": "string", "default": "Join classroom celebrations, family workshops, and school community events." },
    "itemsToShow": { "type": "number", "default": 3 },
    "columns": { "type": "number", "default": 3 },
    "eventType": { "type": "string", "default": "" },
    "upcomingOnly": { "type": "boolean", "default": true },
    "showIntro": { "type": "boolean", "default": true }
  },
  "supports": {
    "align": ["wide", "full"],
    "anchor": true,
    "spacing": { "margin": true, "padding": true },
    "color": { "background": true, "text": true }
  }
}
