blueprint.json
landing.html
theme.zip
mu-plugin.php
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Playground Welcome Landing Page",
"description": "Landing page for WordPress Playground",
"author": "WordPress"
},
"login": true,
"landingPage": "/hello-from-playground/",
"steps": [
{ "step": "installPlugin", "pluginZipFile": { "resource": "wordpress.org/plugins", "slug": "gutenberg" } },
{ "step": "runPHP", "code": "<?php update_option('blogname', 'My WordPress Website');" }
],
"preferredVersions": { "php": "8.3", "wp": "latest" }
}