Files
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Playground Welcome Page",
"description": "Landing page for a temporary logged-in site",
"author": "fellyph",
"categories": ["content", "meta"]
},
"login": true,
"landingPage": "/hello-from-playground/",
"steps": [
{ "step": "runPHPWithOptions", "options": { "code": "<?php define('CONCATENATE_SCRIPTS', false);" } },
{ "step": "installPlugin", "pluginZipFile": "plugins/friends.zip" },
{ "step": "writeFile", "path": "/wordpress/wp-content/theme-patches.css" }
],
"preferredVersions": { "php": "8.3", "wp": "latest" },
"features": { "networking": true }
}