Skip to content

Commit

Permalink
Simplify blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 17, 2024
1 parent 17614f9 commit 9a02425
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"landingPage": "/wp-admin/options-general.php?page=MslsAdmin",
"landingPage": "\/wp-admin\/options-general.php?page=MslsAdmin",
"preferredVersions": {
"php": "8.1",
"wp": "latest"
Expand All @@ -15,6 +15,12 @@
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "defineWpConfigConsts",
"consts": {
"IS_PLAYGROUND_PREVIEW": true
}
}
]
}

0 comments on commit 9a02425

Please sign in to comment.