{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "webcalendar/submit-event",
    "version": "1.0.1",
    "title": "Submit Event",
    "category": "widgets",
    "icon": "plus-alt",
    "description": "Frontend event submission form for WebCalendar.",
    "supports": {
        "html": false
    },
    "attributes": {},
    "textdomain": "agenticdaisy-calendar",
    "editorScript": "file:../../build/index.js",
    "editorStyle": "file:../../build/index.css",
    "style": "file:../../build/frontend.css",
    "viewScript": "file:../../build/frontend.js"
}
