Skip to content

Commit 947af1d

Browse files
committed
add importWxr to blueprint
1 parent b695a84 commit 947af1d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

blueprints/stylish-press-clone/blueprint.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,20 @@
1414
"features": {
1515
"networking": true
1616
},
17-
"steps": []
17+
"steps": [
18+
{
19+
"step": "importWxr",
20+
"file": {
21+
"resource": "url",
22+
"url": "https://raw.githubusercontent.com/wordpress/blueprints/stylish-press/blueprints/stylish-press-clone/woo-products.wxr"
23+
}
24+
},
25+
{
26+
"step": "importWxr",
27+
"file": {
28+
"resource": "url",
29+
"url": "https://raw.githubusercontent.com/wordpress/blueprints/stylish-press/blueprints/stylish-press-clone/site-content.wxr"
30+
}
31+
}
32+
]
1833
}

0 commit comments

Comments
 (0)