block.json
25 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/ai-image", |
| 5 | "title": "AI Image (Experimental)", |
| 6 | "description": "Automatically generate an illustration for your post, powered by AI magic. We are experimenting with this feature and can tweak or remove it at any point.", |
| 7 | "keywords": [ "AI", "AL", "DALLe", "Diffusion", "Magic" ], |
| 8 | "version": "12.5.0", |
| 9 | "textdomain": "jetpack", |
| 10 | "category": "media", |
| 11 | "icon": "superhero", |
| 12 | "supports": { |
| 13 | "align": false, |
| 14 | "alignWide": false, |
| 15 | "anchor": false, |
| 16 | "customClassName": false, |
| 17 | "className": true, |
| 18 | "html": false, |
| 19 | "multiple": true, |
| 20 | "reusable": false, |
| 21 | "inserter": false |
| 22 | }, |
| 23 | "editorScript": "file:../editor-experimental.js" |
| 24 | } |
| 25 |