Update WordPress Playground blueprints to use Kadence Blocks instead of Hello Dolly and install multiple plugins in one step
This commit is contained in:
@@ -10,18 +10,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "plugin-toggle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "hello-dolly"
|
||||
}
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin install plugin-toggle kadence-blocks --activate"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin install plugin-toggle --activate-network"
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin install hello-dolly"
|
||||
"command": "wp plugin install plugin-toggle kadence-blocks --activate-network"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user