block.json
2 years ago
view.asset.php
1 month ago
view.css
1 month ago
view.js
1 month ago
view.rtl.css
1 month ago
block.json
71 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/calendly", |
| 5 | "title": "Calendly", |
| 6 | "description": "Embed a calendar for customers to schedule appointments.", |
| 7 | "keywords": [ |
| 8 | "calendar", |
| 9 | "schedule", |
| 10 | "appointments", |
| 11 | "events", |
| 12 | "dates" |
| 13 | ], |
| 14 | "version": "12.5.0", |
| 15 | "textdomain": "jetpack", |
| 16 | "category": "grow", |
| 17 | "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>", |
| 18 | "supports": { |
| 19 | "align": true, |
| 20 | "alignWide": false, |
| 21 | "html": false |
| 22 | }, |
| 23 | "attributes": { |
| 24 | "backgroundColor": { |
| 25 | "type": "string", |
| 26 | "default": "ffffff" |
| 27 | }, |
| 28 | "hideEventTypeDetails": { |
| 29 | "type": "boolean", |
| 30 | "default": false |
| 31 | }, |
| 32 | "primaryColor": { |
| 33 | "type": "string", |
| 34 | "default": "00A2FF" |
| 35 | }, |
| 36 | "textColor": { |
| 37 | "type": "string", |
| 38 | "default": "4D5055" |
| 39 | }, |
| 40 | "style": { |
| 41 | "type": "string", |
| 42 | "default": "inline", |
| 43 | "enum": [ |
| 44 | "inline", |
| 45 | "link" |
| 46 | ] |
| 47 | }, |
| 48 | "url": { |
| 49 | "type": "string" |
| 50 | } |
| 51 | }, |
| 52 | "example": { |
| 53 | "attributes": { |
| 54 | "hideEventTypeDetails": false, |
| 55 | "style": "inline", |
| 56 | "url": "https://calendly.com/wpcom/jetpack-block-example" |
| 57 | }, |
| 58 | "innerBlocks": [ |
| 59 | { |
| 60 | "name": "jetpack/button", |
| 61 | "attributes": { |
| 62 | "element": "a", |
| 63 | "text": "Schedule time with me", |
| 64 | "uniqueId": "calendly-widget-id", |
| 65 | "url": "https://calendly.com/wpcom/jetpack-block-example" |
| 66 | } |
| 67 | } |
| 68 | ] |
| 69 | }, |
| 70 | "editorScript": "jetpack-blocks-editor" |
| 71 | } |