22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"meta": {
|
|
"title": "Chat to Blog",
|
|
"description": "Import media from Beeper chats and create blog posts. Requires Beeper Desktop running.",
|
|
"author": "Alex Kirk",
|
|
"categories": ["Apps", "Media"]
|
|
},
|
|
"landingPage": "/wp-admin/admin.php?page=chat-to-blog",
|
|
"steps": [
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "url",
|
|
"url": "https://github.com/akirk/chat-to-blog/releases/latest/download/chat-to-blog.zip"
|
|
},
|
|
"options": {
|
|
"activate": true
|
|
}
|
|
}
|
|
]
|
|
}
|