{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/eventbrite", "title": "Eventbrite Checkout", "description": "Embed Eventbrite event details and ticket checkout.", "keywords": [ "events", "tickets" ], "version": "12.5.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "html": false, "align": true }, "attributes": { "url": { "type": "string" }, "eventId": { "type": "number" }, "style": { "type": "string", "default": "inline" } }, "example": { "attributes": { "url": "https://www.eventbrite.com/e/test-event-tickets-123456789", "eventId": 123456789, "style": "modal" }, "innerBlocks": [ { "name": "jetpack/button", "attributes": { "element": "a", "text": "Register", "uniqueId": "eventbrite-widget-id" } } ] }, "editorScript": "jetpack-blocks-editor" }