mirror of
https://github.com/buddypress/buddypress.git
synced 2026-07-22 20:56:55 +08:00
Props espellcaste Fixes #9126 Closes https://github.com/buddypress/buddypress/pull/287 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13907 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "\/wp-admin\/admin.php?page=bp-components",
|
|
"preferredVersions": {
|
|
"php": "8.2",
|
|
"wp": "latest"
|
|
},
|
|
"phpExtensionBundles": [
|
|
"kitchen-sink"
|
|
],
|
|
"steps": [
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
]
|
|
}
|