Skip to content

Commit c7c2fe1

Browse files
committed
Add installation step for restricted-site-access plugin in blueprint.json
1 parent 5e13579 commit c7c2fe1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.wordpress-org/blueprints/blueprint.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@
55
"networking": true
66
},
77
"plugins": [
8-
"https://github-proxy.com/proxy/?repo=soderlind/super-admin-all-sites-menu",
9-
"restricted-site-access"
8+
"https://github-proxy.com/proxy/?repo=soderlind/super-admin-all-sites-menu"
109
],
1110
"siteOptions": {
1211
"blogname": "Main Site"
1312
},
1413
"steps": [
14+
{
15+
"step": "installPlugin",
16+
"pluginData": {
17+
"resource": "wordpress.org/plugins",
18+
"slug": "restricted-site-access"
19+
},
20+
"options": {
21+
"activate": false
22+
}
23+
},
1524
{
1625
"step": "enableMultisite"
1726
},

0 commit comments

Comments
 (0)