Changeset 3410693
- Timestamp:
- 12/04/2025 10:17:19 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
planet-pay-payment/assets/blueprints/blueprint.json
r3410677 r3410693 1 1 { 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 3 "steps": [ 4 { 5 "step": "installPlugin", 6 "pluginZipFile": "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip" 7 } 8 ] 2 "landingPage": "/wp-admin/", 3 "preferredVersions": { 4 "php": "8.3", 5 "wp": "6.5" 6 }, 7 "features": { 8 "networking": true 9 }, 10 "steps": [ 11 { 12 "step": "login", 13 "username": "admin", 14 "password": "password" 15 } 16 ] 9 17 }
Note: See TracChangeset
for help on using the changeset viewer.