block.json
33 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "title": "Google Calendar", |
| 4 | "name": "embedpress/embedpress-calendar", |
| 5 | "category": "embedpress", |
| 6 | "description": "Embed Google Calendar with event management, scheduling features, and customizable display options for enhanced productivity.", |
| 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 | "attributes": { |
| 20 | "url": { "type": "string", "default": "" }, |
| 21 | "editingURL": { "type": "boolean", "default": false }, |
| 22 | "fetching": { "type": "boolean", "default": false }, |
| 23 | "cannotEmbed": { "type": "boolean", "default": false }, |
| 24 | "embedHTML": { "type": "string", "default": "" }, |
| 25 | "width": { "type": "string", "default": "600" }, |
| 26 | "height": { "type": "string", "default": "600" }, |
| 27 | "powered_by": { "type": "boolean", "default": false }, |
| 28 | "is_public": { "type": "boolean", "default": true }, |
| 29 | "align": { "type": "string", "default": "center" }, |
| 30 | "interactive": { "type": "boolean", "default": false } |
| 31 | } |
| 32 | } |
| 33 |