22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"meta": {
|
|
"title": "App Launcher",
|
|
"description": "Adds an app launcher to your WordPress",
|
|
"author": "Alex Kirk",
|
|
"categories": ["Apps", "Utility"]
|
|
},
|
|
"landingPage": "/wp-admin/options-general.php?page=my-apps",
|
|
"steps": [
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "wordpress.org/plugins",
|
|
"slug": "my-apps"
|
|
},
|
|
"options": {
|
|
"activate": true
|
|
}
|
|
}
|
|
]
|
|
}
|