Created
October 19, 2025 16:41
-
-
Save ajitbohra/b56c9e93177831061fcd3fb07c45cd7a to your computer and use it in GitHub Desktop.
Hidden Gems Blueprint
This file contains hidden or 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
| { | |
| "$schema": "https://playground.wordpress.net/blueprint-schema.json", | |
| "landingPage": "/wp-admin/plugin-install.php?tab=hidden-gems", | |
| "preferredVersions": { | |
| "php": "latest", | |
| "wp": "nightly" | |
| }, | |
| "features": { | |
| "networking": true | |
| }, | |
| "login": true, | |
| "steps": [ | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "git:directory", | |
| "ref": "", | |
| "path": "", | |
| "url": "https://github.com/WeAreIconick/hidden-gems" | |
| }, | |
| "options": { | |
| "activate": true | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment