mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- added blueprint.json for wp.org plugin preview;
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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.8.6.zip"
|
||||
},
|
||||
"options": {
|
||||
"activate": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "login",
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user