39 lines
No EOL
1.1 KiB
JSON
39 lines
No EOL
1.1 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "jetpack/google-docs-embed",
|
|
"title": "Google Docs (Beta)",
|
|
"description": "Embed a Google Document.",
|
|
"keywords": [
|
|
"document",
|
|
"gsuite",
|
|
"doc"
|
|
],
|
|
"version": "12.5.0",
|
|
"textdomain": "jetpack",
|
|
"category": "embed",
|
|
"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>",
|
|
"supports": {
|
|
"align": [
|
|
"left",
|
|
"right",
|
|
"center",
|
|
"wide",
|
|
"full"
|
|
],
|
|
"anchor": true
|
|
},
|
|
"attributes": {
|
|
"url": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"aspectRatio": {
|
|
"type": "string"
|
|
},
|
|
"variation": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"editorScript": "jetpack-blocks-editor"
|
|
} |