Skip to content

Commit

Permalink
Add login step and install plugin in blueprint.json; set preferred PH…
Browse files Browse the repository at this point in the history
…P and WP versions
  • Loading branch information
soderlind committed Jan 17, 2025
1 parent e1242cd commit 7744d67
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
"blogname": "Main Site"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "super-admin-all-sites-menu"
},
"options": {
"activate": true
}
},
{
"step": "enableMultisite"
},
Expand Down Expand Up @@ -220,5 +235,10 @@
"path": "/wordpress/wp-content/mu-plugins/allsitesmenu-notice.php",
"data": "<?php add_action('admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>Check All Sites in the admin bar.</p></div>'; });"
}
]
],
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"login": true
}

0 comments on commit 7744d67

Please sign in to comment.