PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 All 502 releases
jetpack / _inc / blocks / calendly / block.json

block.json in Jetpack – WP Security, Backup, Speed, & Growth 16.2, at _inc/blocks/calendly/block.json

71 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }