blueprints/apps/app-launcher.json
Alex Kirk caa7ea840c
Blueprint and Apps for your Personal Playground (#166)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-27 13:49:42 +01:00

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
}
}
]
}