Files
wp-plugin-starter-template-…/playground/blueprint.json

28 lines
573 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/",
"login": true,
"features": {
"networking": true,
"phpVersion": "7.4"
},
"steps": [
{
"step": "defineWpConfigConsts",
"consts": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": true
}
},
{
"step": "wp-cli",
"command": "wp plugin install plugin-toggle --activate"
},
{
"step": "wp-cli",
"command": "wp plugin install kadence-blocks --activate"
}
]
}