Fix Hello Dolly plugin installation in WordPress Playground blueprints

This commit is contained in:
2025-04-22 02:26:57 +01:00
parent 13d2f92ee5
commit 1cfc6f5a13
7 changed files with 205 additions and 11 deletions

View File

@@ -23,9 +23,16 @@
"step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate-network"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "hello-dolly"
}
},
{
"step": "wp-cli",
"command": "wp plugin install hello-dolly --activate-network"
"command": "wp plugin activate hello-dolly --network"
}
]
}