Skip to content

Commit 4ef3d8a

Browse files
authored
Replace Create Block Theme plugin step with shortcut (#83)
Fix: #49 Replace Create Block Theme plugin step with shortcut.
1 parent fdf53ba commit 4ef3d8a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

blueprints/theme-a11y-test/blueprint.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"features": {
1414
"networking": true
1515
},
16+
"plugins": [
17+
"create-block-theme"
18+
],
1619
"steps": [
1720
{
1821
"step": "login"
@@ -31,16 +34,6 @@
3134
"url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
3235
}
3336
},
34-
{
35-
"step": "installPlugin",
36-
"pluginZipFile": {
37-
"resource": "wordpress.org/plugins",
38-
"slug": "create-block-theme"
39-
},
40-
"progress": {
41-
"weight": 2
42-
}
43-
},
4437
{
4538
"step": "installTheme",
4639
"themeZipFile": {

0 commit comments

Comments
 (0)