Update WordPress Playground blueprints to use Kadence Blocks instead of Hello Dolly and install multiple plugins in one step

This commit is contained in:
2025-04-22 14:23:02 +01:00
parent 189d0de673
commit 3c1ec14c2d
2 changed files with 3 additions and 17 deletions

View File

@@ -10,18 +10,8 @@
} }
}, },
{ {
"step": "installPlugin", "step": "wp-cli",
"pluginData": { "command": "wp plugin install plugin-toggle kadence-blocks --activate"
"resource": "wordpress.org/plugins",
"slug": "plugin-toggle"
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
} }
] ]
} }

View File

@@ -21,11 +21,7 @@
}, },
{ {
"step": "wp-cli", "step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate-network" "command": "wp plugin install plugin-toggle kadence-blocks --activate-network"
},
{
"step": "wp-cli",
"command": "wp plugin install hello-dolly"
} }
] ]
} }