21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/",
|
|
"login": true,
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "defineWpConfigConsts",
|
|
"consts": {
|
|
"WP_DEBUG": true
|
|
}
|
|
},
|
|
{
|
|
"step": "wp-cli",
|
|
"command": "wp plugin install plugin-toggle kadence-blocks --activate"
|
|
}
|
|
]
|
|
}
|