{
  "apiVersion": 2,
  "name": "awt/author-pro-events",
  "version": "1.0.0",
  "title": "Events [Author Pro]",
  "category": "awt-blocks",
  "description": "Display a list of upcoming tour dates, events, or workshops.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "full"
    ]
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "anchor": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "sectionBadge": {
      "type": "string",
      "default": "Tour Dates"
    },
    "sectionTitle": {
      "type": "string",
      "default": "Upcoming Events & Talks"
    },
    "sectionDesc": {
      "type": "string",
      "default": "Join me in person for book signings, workshops, and keynote sessions."
    },
    "events": {
      "type": "array",
      "default": [
        {
          "id": 1,
          "day": "12",
          "monthYear": "Oct, 2025",
          "category": "Book Signing",
          "title": "Atomic Habits: The Masterclass",
          "location": "New York Public Library",
          "time": "10:00 AM - 2:00 PM",
          "btnText": "Get Ticket",
          "btnUrl": "#"
        },
        {
          "id": 2,
          "day": "25",
          "monthYear": "Nov, 2025",
          "category": "Keynote Speech",
          "title": "Global Leadership Summit",
          "location": "London, UK",
          "time": "09:00 AM - 5:00 PM",
          "btnText": "Sold Out",
          "btnUrl": ""
        },
        {
          "id": 3,
          "day": "05",
          "monthYear": "Dec, 2025",
          "category": "Workshop",
          "title": "Writing Your First Best-Seller",
          "location": "Online (Zoom)",
          "time": "6:00 PM EST",
          "btnText": "Register Free",
          "btnUrl": "#"
        }
      ]
    },
    "bgColor": {
      "type": "string",
      "default": ""
    },
    "accentColor": {
      "type": "string",
      "default": ""
    },
    "paddingTop": {
      "type": "number",
      "default": 96
    },
    "paddingBottom": {
      "type": "number",
      "default": 96
    }
  },
  "textdomain": "author-website-templates",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}