Remove plugin installation from WordPress Playground multisite blueprint

This commit is contained in:
2025-04-22 01:13:28 +01:00
parent 999105228a
commit d0b42262a4
4 changed files with 6 additions and 13 deletions

View File

@@ -12,13 +12,6 @@
{
"step": "wp-cli",
"command": "wp site create --slug=testsite"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "coblocks"
}
}
]
}