{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "webcalendar/main",
  "version": "1.0.1",
  "title": "WebCalendar",
  "category": "widgets",
  "icon": "calendar-alt",
  "description": "Interactive calendar view for WebCalendar events.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "view": {
      "type": "string",
      "default": "month"
    },
    "category": {
      "type": "string",
      "default": ""
    },
    "initialMonth": {
      "type": "string",
      "default": ""
    },
    "users": {
      "type": "string",
      "default": ""
    },
    "showCategories": {
      "type": "boolean",
      "default": true
    },
    "showFilters": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "agenticdaisy-calendar",
  "editorScript": "file:../../build/index.js",
  "editorStyle": "file:../../build/index.css",
  "style": "file:../../build/frontend.css",
  "viewScript": "file:../../build/frontend.js"
}