{ "$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": "", "supports": { "align": [ "left", "right", "center", "wide", "full" ], "anchor": true }, "attributes": { "url": { "type": "string", "default": "" }, "aspectRatio": { "type": "string" }, "variation": { "type": "string" } }, "editorScript": "jetpack-blocks-editor" }