{
"$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": "<svg viewBox='0 0 23 24' width='23' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M19,1h-2.3v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H8.6v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H4C1.8,1,0,2.8,0,5 v15c0,2.2,1.8,4,4,4h15c2.2,0,4-1.8,4-4V5C23,2.8,21.2,1,19,1z M21,20c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h2.6 v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3h6.1v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3H19c1.1,0,2,0.9,2,2V20z M13.9,14.8l1.4,1.4 c-0.9,0.9-2.1,1.3-3.5,1.3c-2.4,0-4.5-2.1-4.5-4.7s2.1-4.7,4.5-4.7c1.4,0,2.5,0.4,3.4,1.1L14,10.9c-0.5-0.4-1.2-0.6-2.1-0.6 c-1.2,0-2.5,1.1-2.5,2.7c0,1.6,1.3,2.7,2.5,2.7C12.7,15.5,13.4,15.3,13.9,14.8z'/></svg>",
"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"
}