Skip to content

Commit

Permalink
Merge pull request #573 from pluginkollektiv/557-add-basic-blueprint-…
Browse files Browse the repository at this point in the history
…json

Create blueprint.json
  • Loading branch information
Zodiac1978 authored Mar 11, 2024
2 parents 66bc912 + 57deba1 commit 73d72d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .wordpress-org/blueprint/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"landingPage": "\/wp-admin\/options-general.php?page=antispam_bee",
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "defineWpConfigConsts",
"consts": {
"IS_PLAYGROUND_PREVIEW": true
}
}
]
}

0 comments on commit 73d72d0

Please sign in to comment.