Skip to content

Commit

Permalink
Update blueprint: admin notice (#121)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
bph and bgrgicak authored Feb 7, 2025
1 parent 7a38d6e commit b9cd508
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blueprints/admin-notice/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
"categories": ["Admin", "notices"]
},
"landingPage": "/wp-admin/plugins.php",
"login":true,
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php",
Expand Down

0 comments on commit b9cd508

Please sign in to comment.