JezK
Edit File: block.json
{ "name": "coblocks/events", "category": "layout", "attributes": { "align": { "type": "string" }, "externalCalendarUrl": { "type": "string", "default": "" }, "eventsRange": { "type": "string", "default": "all" }, "eventsToShow": { "type": "number", "default": 5 }, "textColor": { "type": "string" }, "customTextColor": { "type": "string" }, "showCarousel": { "type": "boolean", "default": true } }, "title": "Events", "textdomain": "coblocks", "description": "Add a list of events or display events from a public calendar.", "editorScript": ["coblocks-2"], "viewScript": ["coblocks-tiny-swiper","coblocks-events"], "render": "index.php" }