Enable networking feature in single site blueprint to fix plugin installation

This commit is contained in:
2025-04-22 14:52:13 +01:00
parent 089e083f40
commit c37d2975d3
3 changed files with 6 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/",
"login": true,
"features": {
"networking": true
},
"steps": [
{
"step": "defineWpConfigConsts",