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",
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user