We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1242cd commit 7744d67Copy full SHA for 7744d67
.wordpress-org/blueprints/blueprint.json
@@ -8,6 +8,21 @@
8
"blogname": "Main Site"
9
},
10
"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
26
{
27
"step": "enableMultisite"
28
@@ -220,5 +235,10 @@
220
235
"path": "/wordpress/wp-content/mu-plugins/allsitesmenu-notice.php",
221
236
"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>'; });"
222
237
}
223
- ]
238
+ ],
239
+ "preferredVersions": {
240
+ "php": "8.0",
241
+ "wp": "latest"
242
243
+ "login": true
224
244
0 commit comments