fix: typo and deprecated options in blueprint.json

This commit is contained in:
Stefan Kalscheuer 2024-11-12 16:13:22 +01:00
parent 96cd17c3e2
commit 00aa79cb1e
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -12,7 +12,7 @@
},
{
"step": "installPlugin",
"pluginZipFile": {
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "statify"
}
@ -23,14 +23,14 @@
},
{
"step": "installPlugin",
"pluginZipFile": {
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "statify-blacklist"
}
},
{
"step": "activatePlugin",
"pluginPath": "statify-blacklis/statify-blacklist.php"
"pluginPath": "statify-blacklist/statify-blacklist.php"
}
]
}