Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Mar 20, 2024
1 parent ab50dec commit ce769f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Blueprints are WordPress setup descriptions that can be previewed live in [WordP

```json
{
"plugins": ["hello-dolly", "gutenberg"]
"plugins": ["hello-dolly", "gutenberg"],
"login": true,
"landingPage": "/wp-admin/plugins.php"
}
```

Expand Down
4 changes: 3 additions & 1 deletion README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Blueprints are WordPress setup descriptions that can be previewed live in [WordP

```json
{
"plugins": ["hello-dolly", "gutenberg"]
"plugins": ["hello-dolly", "gutenberg"],
"login": true,
"landingPage": "/wp-admin/plugins.php"
}
```

Expand Down

0 comments on commit ce769f1

Please sign in to comment.