| @@ -1,61 +1,39 @@ | ||
| 1 | 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": [ "document", "gsuite", "doc" ], | |
| 8 | - "version": "12.5.0", | |
| 9 | - "textdomain": "jetpack", | |
| 10 | - "category": "embed", | |
| 11 | - "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>", | |
| 12 | - "supports": { | |
| 13 | - "align": [ "left", "right", "center", "wide", "full" ], | |
| 14 | - "anchor": true | |
| 15 | - }, | |
| 16 | - "attributes": { | |
| 17 | - "url": { | |
| 18 | - "type": "string", | |
| 19 | - "default": "" | |
| 20 | - }, | |
| 21 | - "aspectRatio": { | |
| 22 | - "type": "string" | |
| 23 | - }, | |
| 24 | - "variation": { | |
| 25 | - "type": "string" | |
| 26 | - } | |
| 27 | - }, | |
| 28 | - "variations": [ | |
| 29 | - { | |
| 30 | - "name": "jetpack/google-docs", | |
| 31 | - "isDefault": true, | |
| 32 | - "title": "Google Docs", | |
| 33 | - "description": "Embed a Google Document.", | |
| 34 | - "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>", | |
| 35 | - "keywords": [ "document", "gsuite", "doc" ], | |
| 36 | - "attributes": { "variation": "jetpack/google-docs" }, | |
| 37 | - "isActive": [ "variation" ] | |
| 38 | - }, | |
| 39 | - { | |
| 40 | - "name": "jetpack/google-sheets", | |
| 41 | - "isDefault": true, | |
| 42 | - "title": "Google Sheets", | |
| 43 | - "description": "Embed a Google Sheet.", | |
| 44 | - "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='M12,34.5v28h40v-28H12z M17,39.5h12.5V46H17V39.5z M17,51h12.5v6.5H17V51z M47,57.5H34.5V51H47V57.5z M47,46 H34.5v-6.5H47V46z' /></svg>", | |
| 45 | - "keywords": [ "sheet", "spreadsheet" ], | |
| 46 | - "attributes": { "variation": "jetpack/google-sheets" }, | |
| 47 | - "isActive": [ "variation" ] | |
| 48 | - }, | |
| 49 | - { | |
| 50 | - "name": "jetpack/google-slides", | |
| 51 | - "isDefault": true, | |
| 52 | - "title": "Google Slides", | |
| 53 | - "description": "Embed a Google Slides presentation.", | |
| 54 | - "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='M12,34.5v28h40v-28H12z M47,57.5H17v-18h30V57.5z' /></svg>", | |
| 55 | - "keywords": [ "slide", "presentation", "deck" ], | |
| 56 | - "attributes": { "variation": "jetpack/google-slides" }, | |
| 57 | - "isActive": [ "variation" ] | |
| 58 | - } | |
| 59 | - ], | |
| 60 | - "editorScript": "file:../editor-beta.js" | |
| 61 | -} | |
| 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 | +} | |