Skip to content

Commit

Permalink
Add a Playground blueprint json to the /assets/blueprints folder of P…
Browse files Browse the repository at this point in the history
…lugin Repo (#67742)

* create dirs, add blueprint.json
* updated landing page and php setting
* add step to set admin_color to modern

Co-authored-by: bph <[email protected]>
Co-authored-by: brandonpayton <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent b658230 commit f2ba0fd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/post.php?post=1&action=edit",
"plugins": [ "gutenberg" ],
"login": true,
"features": {
"networking": true
},
"preferredVersions": {
"php": "latest",
"wp": "latest"
},
"steps": [
{
"step": "setSiteOptions",
"options": {
"blogname": "Testing Gutenberg"
}
},
{
"step": "updateUserMeta",
"meta": {
"admin_color": "modern"
},
"userId": 1
}
]
}

0 comments on commit f2ba0fd

Please sign in to comment.