Skip to content

Commit b9cd508

Browse files
bphbgrgicak
andauthored
Update blueprint: admin notice (#121)
- Fixes #90 - use login shorthand This blueprint wouldn't get any value from using `writeFiles` as it only writes one file. --------- Co-authored-by: Bero <[email protected]>
1 parent 7a38d6e commit b9cd508

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blueprints/admin-notice/blueprint.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77
"categories": ["Admin", "notices"]
88
},
99
"landingPage": "/wp-admin/plugins.php",
10+
"login":true,
1011
"steps": [
11-
{
12-
"step": "login",
13-
"username": "admin",
14-
"password": "password"
15-
},
1612
{
1713
"step": "writeFile",
1814
"path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php",

0 commit comments

Comments
 (0)