block.json
45 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/ai-paragraph", |
| 5 | "title": "AI Paragraph (Experimental)", |
| 6 | "description": "Automatically generate new paragraphs using your existing content, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.", |
| 7 | "keywords": [ |
| 8 | "AI", |
| 9 | "GPT", |
| 10 | "AL", |
| 11 | "Magic" |
| 12 | ], |
| 13 | "version": "12.5.0", |
| 14 | "textdomain": "jetpack", |
| 15 | "category": "text", |
| 16 | "icon": "<svg viewBox='0 0 20 20' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M11.1 10L18 2 7 10h2l-7 8 11-8h-1.9zm-4.3 1H3.9l2.5-1.8 7.5-5.5L10 2 3 5v3c0 2 .5 3.9 1.5 5.6L6.8 11zm6.4-2H16l-2.4 1.8L6.5 16c1 .9 2.2 1.6 3.5 2 4.2-1.5 7.1-5.5 7-10V5l-.2-.1L13.2 9z'/></svg>", |
| 17 | "supports": { |
| 18 | "align": true, |
| 19 | "alignWide": true, |
| 20 | "anchor": true, |
| 21 | "customClassName": true, |
| 22 | "className": true, |
| 23 | "html": true, |
| 24 | "multiple": true, |
| 25 | "reusable": false, |
| 26 | "inserter": false |
| 27 | }, |
| 28 | "attributes": { |
| 29 | "content": { |
| 30 | "type": "string", |
| 31 | "source": "html" |
| 32 | }, |
| 33 | "animationDone": { |
| 34 | "type": "boolean", |
| 35 | "default": false |
| 36 | } |
| 37 | }, |
| 38 | "example": { |
| 39 | "attributes": { |
| 40 | "animationDone": false, |
| 41 | "content": "I'm afraid I can't do that, Dave." |
| 42 | } |
| 43 | }, |
| 44 | "editorScript": "jetpack-blocks-editor" |
| 45 | } |