fix: disable networking in singleSiteBlueprint to prevent multisite (#48)
Set networking to false in the single site playground blueprint. Networking: true can inadvertently enable multisite behaviour. Closes #39
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
"landingPage": "/wp-admin/",
|
"landingPage": "/wp-admin/",
|
||||||
"login": true,
|
"login": true,
|
||||||
"features": {
|
"features": {
|
||||||
"networking": true
|
"networking": false
|
||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user