Skip to content

Commit 44d4dc2

Browse files
committed
Update content URL + use login shorthand
1 parent 2fc13a1 commit 44d4dc2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

blueprints/reset-data-and-import-content/blueprint.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77
"categories": ["reset", "log", "debug", "debug", "import", "content"]
88
},
99
"landingPage": "/wp-admin/edit.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/log_content_state.php",
@@ -33,7 +29,7 @@
3329
"step": "importWxr",
3430
"file": {
3531
"resource": "url",
36-
"url": "https://raw.githubusercontent.com/wordpress-juanmaguitar/blueprints/trunk/blueprints/reset-data-and-import-content/starter-content.xml"
32+
"url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/reset-data-and-import-content/starter-content.xml"
3733
}
3834
},
3935
{

0 commit comments

Comments
 (0)