27 lines
No EOL
617 B
JSON
27 lines
No EOL
617 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"meta": {
|
|
"title": "AI Assistant",
|
|
"description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM",
|
|
"author": "Alex Kirk",
|
|
"categories": [
|
|
"Apps",
|
|
"AI"
|
|
]
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "git:directory",
|
|
"url": "https://github.com/bgrgicak/playground-ai-assistant",
|
|
"ref": "main",
|
|
"refType": "branch"
|
|
},
|
|
"options": {
|
|
"activate": true,
|
|
"targetFolderName": "playground-ai-assistant"
|
|
}
|
|
}
|
|
]
|
|
} |