Skip to content

Commit 73d72d0

Browse files
authored
Merge pull request #573 from pluginkollektiv/557-add-basic-blueprint-json
Create blueprint.json
2 parents 66bc912 + 57deba1 commit 73d72d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .wordpress-org/blueprint/blueprint.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"landingPage": "\/wp-admin\/options-general.php?page=antispam_bee",
3+
"steps": [
4+
{
5+
"step": "login",
6+
"username": "admin",
7+
"password": "password"
8+
},
9+
{
10+
"step": "defineWpConfigConsts",
11+
"consts": {
12+
"IS_PLAYGROUND_PREVIEW": true
13+
}
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)