{ "$schema": "https://playground.wordpress.net/blueprint-schema.json", "landingPage": "/wp-admin/network/", "login": true, "features": { "networking": true }, "steps": [ { "step": "defineWpConfigConsts", "consts": { "WP_DEBUG": true } }, { "step": "enableMultisite" }, { "step": "wp-cli", "command": "wp site create --slug=testsite" }, { "step": "installPlugin", "pluginData": { "resource": "wordpress.org/plugins", "slug": "plugin-toggle" } }, { "step": "installPlugin", "pluginData": { "resource": "wordpress.org/plugins", "slug": "kadence-blocks" } }, { "step": "wp-cli", "command": "wp plugin activate plugin-toggle --network" }, { "step": "wp-cli", "command": "wp plugin activate kadence-blocks --network" } ] }