{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/calendly", "title": "Calendly", "description": "Embed a calendar for customers to schedule appointments.", "keywords": [ "calendar", "schedule", "appointments", "events", "dates" ], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": true, "alignWide": false, "html": false }, "attributes": { "backgroundColor": { "type": "string", "default": "ffffff" }, "hideEventTypeDetails": { "type": "boolean", "default": false }, "primaryColor": { "type": "string", "default": "00A2FF" }, "textColor": { "type": "string", "default": "4D5055" }, "style": { "type": "string", "default": "inline", "enum": [ "inline", "link" ] }, "url": { "type": "string" } }, "example": { "attributes": { "hideEventTypeDetails": false, "style": "inline", "url": "https://calendly.com/wpcom/jetpack-block-example" }, "innerBlocks": [ { "name": "jetpack/button", "attributes": { "element": "a", "text": "Schedule time with me", "uniqueId": "calendly-widget-id", "url": "https://calendly.com/wpcom/jetpack-block-example" } } ] }, "editorScript": "jetpack-blocks-editor" }