Skip to content

Commit 7744d67

Browse files
committed
Add login step and install plugin in blueprint.json; set preferred PHP and WP versions
1 parent e1242cd commit 7744d67

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.wordpress-org/blueprints/blueprint.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88
"blogname": "Main Site"
99
},
1010
"steps": [
11+
{
12+
"step": "login",
13+
"username": "admin",
14+
"password": "password"
15+
},
16+
{
17+
"step": "installPlugin",
18+
"pluginData": {
19+
"resource": "wordpress.org/plugins",
20+
"slug": "super-admin-all-sites-menu"
21+
},
22+
"options": {
23+
"activate": true
24+
}
25+
},
1126
{
1227
"step": "enableMultisite"
1328
},
@@ -220,5 +235,10 @@
220235
"path": "/wordpress/wp-content/mu-plugins/allsitesmenu-notice.php",
221236
"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>'; });"
222237
}
223-
]
238+
],
239+
"preferredVersions": {
240+
"php": "8.0",
241+
"wp": "latest"
242+
},
243+
"login": true
224244
}

0 commit comments

Comments
 (0)