Skip to content

Commit

Permalink
Introduce a blueprint for WordPress preview
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Dec 19, 2023
1 parent 8aaf2b0 commit 8e0f241
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"landingPage": "\/wp-admin\/edit.php",
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 8e0f241

Please sign in to comment.