37 lines
794 B
JSON
37 lines
794 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/options-general.php?page=statify-blacklist",
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "wordpress.org/plugins",
|
|
"slug": "statify"
|
|
}
|
|
},
|
|
{
|
|
"step": "activatePlugin",
|
|
"pluginPath": "statify/statify.php"
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "wordpress.org/plugins",
|
|
"slug": "statify-blacklist"
|
|
}
|
|
},
|
|
{
|
|
"step": "activatePlugin",
|
|
"pluginPath": "statify-blacklist/statify-blacklist.php"
|
|
}
|
|
]
|
|
}
|