-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
Jetpack
plugin from 12.5 to 12.6
- Loading branch information
1 parent
7032c74
commit 1126a46
Showing
752 changed files
with
10,527 additions
and
6,393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
111 changes: 56 additions & 55 deletions
111
wp-content/plugins/jetpack/_inc/blocks/ai-assistant/block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,57 @@ | ||
{ | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 3, | ||
"name": "jetpack/ai-assistant", | ||
"title": "AI Assistant (Experimental)", | ||
"description": "Automatically generate and modify content, powered by AI magic. The AI Assistant can be imprecise with information about people, places, or facts. We are experimenting with this feature and can tweak or remove it at any point.", | ||
"keywords": [ "AI", "GPT", "AL", "Magic", "help", "assistant" ], | ||
"version": "12.5.0", | ||
"textdomain": "jetpack", | ||
"category": "text", | ||
"icon": "<svg viewBox='0 0 32 32' width='32' height='32' xmlns='http://www.w3.org/2000/svg'><path d='M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z'/><path d='M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z'/><path d='M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z'/></svg>", | ||
"supports": { | ||
"html": false, | ||
"multiple": true, | ||
"reusable": false | ||
}, | ||
"attributes": { | ||
"content": { | ||
"type": "string" | ||
}, | ||
|
||
"originalContent": { | ||
"type": "string" | ||
}, | ||
|
||
"promptType": { | ||
"type": "string" | ||
}, | ||
|
||
"originalMessages": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
|
||
"messages": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
|
||
"useGutenbergSyntax": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
|
||
"useGpt4": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
|
||
"customSystemPrompt": { | ||
"type": "string", | ||
"default": "" | ||
} | ||
}, | ||
"editorScript": "file:../editor.js" | ||
} | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 3, | ||
"name": "jetpack/ai-assistant", | ||
"title": "AI Assistant (Experimental)", | ||
"description": "Automatically generate and modify content, powered by AI magic. The AI Assistant can be imprecise with information about people, places, or facts. We are experimenting with this feature and can tweak or remove it at any point.", | ||
"keywords": [ | ||
"AI", | ||
"GPT", | ||
"AL", | ||
"Magic", | ||
"help", | ||
"assistant" | ||
], | ||
"version": "12.5.0", | ||
"textdomain": "jetpack", | ||
"category": "text", | ||
"icon": "<svg viewBox='0 0 32 32' width='32' height='32' xmlns='http://www.w3.org/2000/svg'><path d='M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z'/><path d='M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z'/><path d='M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z'/></svg>", | ||
"supports": { | ||
"html": false, | ||
"multiple": true, | ||
"reusable": false | ||
}, | ||
"attributes": { | ||
"content": { | ||
"type": "string" | ||
}, | ||
"originalContent": { | ||
"type": "string" | ||
}, | ||
"promptType": { | ||
"type": "string" | ||
}, | ||
"originalMessages": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"messages": { | ||
"type": "array", | ||
"default": [] | ||
}, | ||
"useGutenbergSyntax": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"useGpt4": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"customSystemPrompt": { | ||
"type": "string", | ||
"default": "" | ||
} | ||
}, | ||
"editorScript": "file:../editor.js", | ||
"editorStyle": "file:../editor.css" | ||
} |
Oops, something went wrong.