Skip to content

Commit

Permalink
Update blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpaul authored Feb 14, 2025
1 parent a8b652c commit a006a25
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/profile.php",
"landingPage": "\/wp-admin\/profile.php",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"steps": [
{
"step": "login"
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"pluginZipFile": {
"resource": "wordpress.org\/plugins",
"slug": "two-factor"
},
"options": {
Expand Down

0 comments on commit a006a25

Please sign in to comment.