Skip to content

Commit ce769f1

Browse files
committed
Update README
1 parent ab50dec commit ce769f1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Blueprints are WordPress setup descriptions that can be previewed live in [WordP
88

99
```json
1010
{
11-
"plugins": ["hello-dolly", "gutenberg"]
11+
"plugins": ["hello-dolly", "gutenberg"],
12+
"login": true,
13+
"landingPage": "/wp-admin/plugins.php"
1214
}
1315
```
1416

README.md.template

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Blueprints are WordPress setup descriptions that can be previewed live in [WordP
88

99
```json
1010
{
11-
"plugins": ["hello-dolly", "gutenberg"]
11+
"plugins": ["hello-dolly", "gutenberg"],
12+
"login": true,
13+
"landingPage": "/wp-admin/plugins.php"
1214
}
1315
```
1416

0 commit comments

Comments
 (0)