block.json
2 years ago
view.asset.php
1 month ago
view.css
4 years ago
view.js
1 month ago
view.rtl.css
4 years ago
block.json
37 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/google-calendar", |
| 5 | "title": "Google Calendar", |
| 6 | "description": "Embed a Google Calendar.", |
| 7 | "keywords": [ |
| 8 | "events", |
| 9 | "dates", |
| 10 | "schedule", |
| 11 | "appointments" |
| 12 | ], |
| 13 | "version": "12.5.0", |
| 14 | "textdomain": "jetpack", |
| 15 | "category": "embed", |
| 16 | "icon": "<svg viewBox='0 0 24 23' width='24' height='23' xmlns='http://www.w3.org/2000/svg'><path d='M19.5,23h-15c-2.2,0-4-1.8-4-4V4c0-2.2,1.8-4,4-4h15c2.2,0,4,1.8,4,4v15C23.5,21.2,21.7,23,19.5,23z M4.5,2 c-1.1,0-2,0.9-2,2v15c0,1.1,0.9,2,2,2h15c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4.5z M6.9,3.9L6.9,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0C6.5,5.9,6.1,5.5,6.1,5V4.7C6.1,4.3,6.5,3.9,6.9,3.9z M17,3.9L17,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0c-0.5,0-0.9-0.4-0.9-0.9V4.7C16.2,4.3,16.5,3.9,17,3.9z M8.8,17.6c1.8,0,3.2-1,3.2-2.4 c0-1.1-0.7-1.8-1.8-1.9v-0.1c0.9-0.2,1.5-0.9,1.5-1.8c0-1.3-1.2-2.2-2.9-2.2c-1.8,0-2.9,1-3,2.5h1.6c0-0.7,0.6-1.1,1.4-1.1 c0.8,0,1.3,0.4,1.3,1.1c0,0.7-0.5,1.1-1.3,1.1h-1v1.3h1c0.9,0,1.5,0.4,1.5,1.1c0,0.7-0.6,1.2-1.4,1.2c-0.9,0-1.4-0.4-1.5-1.1H5.7 C5.8,16.6,7,17.6,8.8,17.6z M17.6,17.4V9.3h-1.7l-2.1,1.4v1.6l2-1.4h0.1v6.4H17.6z'/></svg>", |
| 17 | "supports": { |
| 18 | "align": true, |
| 19 | "alignWide": true, |
| 20 | "html": false |
| 21 | }, |
| 22 | "attributes": { |
| 23 | "url": { |
| 24 | "type": "string" |
| 25 | }, |
| 26 | "height": { |
| 27 | "type": "integer", |
| 28 | "default": 600 |
| 29 | } |
| 30 | }, |
| 31 | "example": { |
| 32 | "attributes": { |
| 33 | "url": "https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York" |
| 34 | } |
| 35 | }, |
| 36 | "editorScript": "jetpack-blocks-editor" |
| 37 | } |