PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 12.6.4
Jetpack – WP Security, Backup, Speed, & Growth v12.6.4
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / ai-image / block.json
block.json
41 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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": [
8 "AI",
9 "AL",
10 "DALLe",
11 "Diffusion",
12 "Magic"
13 ],
14 "version": "12.5.0",
15 "textdomain": "jetpack",
16 "category": "media",
17 "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>",
18 "supports": {
19 "align": false,
20 "alignWide": false,
21 "anchor": false,
22 "customClassName": false,
23 "className": true,
24 "html": false,
25 "multiple": true,
26 "reusable": false,
27 "inserter": false
28 },
29 "attributes": {
30 "content": {
31 "type": "string",
32 "source": "text"
33 },
34 "requestedPrompt": {
35 "type": "string",
36 "default": false
37 }
38 },
39 "editorScript": "file:../editor-experimental.js",
40 "editorStyle": "file:../editor-experimental.css"
41 }