PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.1 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 All 503 releases
jetpack / _inc / blocks / google-docs-embed / block.json

block.json in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at _inc/blocks/google-docs-embed/block.json

39 lines 1.1 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/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 }