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
39 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/google-docs-embed", |
| 5 | "title": "Google Docs (Beta)", |
| 6 | "description": "Embed a Google Document.", |
| 7 | "keywords": [ |
| 8 | "document", |
| 9 | "gsuite", |
| 10 | "doc" |
| 11 | ], |
| 12 | "version": "12.5.0", |
| 13 | "textdomain": "jetpack", |
| 14 | "category": "embed", |
| 15 | "icon": "<svg viewBox='0 0 64 88' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M58,88H6c-3.3,0-6-2.7-6-6V6c0-3.3,2.7-6,6-6h36l22,22v60C64,85.3,61.3,88,58,88z' /><path fill='#FDFFFF' d='M42,0l22,22H42V0z' /><path fill='#FDFFFF' d='M50,39H14v-5h36V39z M50,46H14v5h36V46z M40,58H14v5h26V58z' /></svg>", |
| 16 | "supports": { |
| 17 | "align": [ |
| 18 | "left", |
| 19 | "right", |
| 20 | "center", |
| 21 | "wide", |
| 22 | "full" |
| 23 | ], |
| 24 | "anchor": true |
| 25 | }, |
| 26 | "attributes": { |
| 27 | "url": { |
| 28 | "type": "string", |
| 29 | "default": "" |
| 30 | }, |
| 31 | "aspectRatio": { |
| 32 | "type": "string" |
| 33 | }, |
| 34 | "variation": { |
| 35 | "type": "string" |
| 36 | } |
| 37 | }, |
| 38 | "editorScript": "jetpack-blocks-editor" |
| 39 | } |