/blueprint.json
Command File
1 { 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 3 "meta": { 4 "title": "Playground Welcome Page", 5 "author": "fellyph", 6 "categories": [ "meta" ] 7 }, 8 "login": true, 9 "landingPage": "/hello-from-playground/", 10 "preferredVersions": { "php": "8.3", "wp": "latest" }, 11 "steps": [ 12 { "step": "runPHPWithOptions" }, 13 { "step": "writeFile", "path": "/wordpress/wp-content/mu-plugins/demo.php" } 14 ], 15 "features": { "networking": true } 16 }