block.json
20 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "title": "Google Docs", |
| 4 | "name": "embedpress/google-docs-block", |
| 5 | "category": "embedpress", |
| 6 | "description": "Embed Google Docs documents with live collaboration features and customizable viewing options for seamless content sharing.", |
| 7 | "apiVersion": 2, |
| 8 | "textdomain": "embedpress", |
| 9 | "editorScript": "embedpress-blocks-editor", |
| 10 | "editorStyle": "embedpress-blocks-editor-style", |
| 11 | "style": "embedpress-blocks-style", |
| 12 | "supports": { |
| 13 | "align": ["left", "center", "right", "wide", "full"], |
| 14 | "html": false, |
| 15 | "anchor": true, |
| 16 | "lightBlockWrapper": true, |
| 17 | "default": "center" |
| 18 | } |
| 19 | } |
| 20 |