mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"landingPage": "\/wp-admin\/plugins.php",
|
|
"preferredVersions": {
|
|
"php": "8.0",
|
|
"wp": "latest"
|
|
},
|
|
"phpExtensionBundles": [
|
|
"kitchen-sink"
|
|
],
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginZipFile": {
|
|
"resource": "url",
|
|
"url": "https:\/\/downloads.wordpress.org\/plugin\/ultimate-member.2.9.0.zip"
|
|
},
|
|
"options": {
|
|
"activate": true
|
|
}
|
|
},
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
]
|
|
}
|