Changeset 14068 for trunk/tests/blueprints/14-0-0-beta2.json
- Timestamp:
- 11/01/2024 06:07:04 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/tests/blueprints/14-0-0-beta2.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/blueprints/14-0-0-beta2.json
r13939 r14068 1 1 { 2 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 3 "landingPage": "\/wp-admin\/admin.php?page=bp-components", 3 4 "preferredVersions": { 4 5 "php": "8.2", 5 6 "wp": "latest" 6 7 }, 7 "phpExtensionBundles": [ 8 "kitchen-sink" 9 ], 8 "login": true, 9 "siteOptions": { 10 "blogname": "BuddyPress 14.0.0-beta2 Playground" 11 }, 10 12 "steps": [ 11 13 { 12 "step": "login",13 "username": "admin",14 "password": "password"15 },16 {17 14 "step": "installPlugin", 18 "plugin ZipFile": {15 "pluginData": { 19 16 "resource": "url", 20 17 "url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-beta2.zip" 21 18 } 19 }, 20 { 21 "step": "activateTheme", 22 "themeFolderName": "twentytwentyfour" 22 23 } 23 24 ]
Note: See TracChangeset
for help on using the changeset viewer.