Skip to content

Commit 00aa79c

Browse files
committed
fix: typo and deprecated options in blueprint.json
1 parent 96cd17c commit 00aa79c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/blueprints/blueprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"step": "installPlugin",
15-
"pluginZipFile": {
15+
"pluginData": {
1616
"resource": "wordpress.org/plugins",
1717
"slug": "statify"
1818
}
@@ -23,14 +23,14 @@
2323
},
2424
{
2525
"step": "installPlugin",
26-
"pluginZipFile": {
26+
"pluginData": {
2727
"resource": "wordpress.org/plugins",
2828
"slug": "statify-blacklist"
2929
}
3030
},
3131
{
3232
"step": "activatePlugin",
33-
"pluginPath": "statify-blacklis/statify-blacklist.php"
33+
"pluginPath": "statify-blacklist/statify-blacklist.php"
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)