Changeset 3060851
- Timestamp:
- 03/29/2024 12:03:18 AM (2 years ago)
- File:
-
- 1 edited
-
boostbox/assets/blueprints/blueprint.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boostbox/assets/blueprints/blueprint.json
r3060845 r3060851 1 1 { 2 "landingPage": "\/wp-admin\/", 2 3 "preferredVersions": { 3 4 "php": "8.0", 4 "wp": " 5.9"5 "wp": "6.3" 5 6 }, 6 7 "phpExtensionBundles": [ … … 14 15 }, 15 16 { 17 "step": "installTheme", 18 "themeZipFile": { 19 "resource": "wordpress.org\/themes", 20 "slug": "kadence" 21 } 22 }, 23 { 16 24 "step": "installPlugin", 17 25 "pluginZipFile": { … … 22 30 "activate": true 23 31 } 24 },25 {26 "step": "installTheme",27 "themeZipFile": {28 "resource": "wordpress.org\/themes",29 "slug": "olliewp"30 }31 },32 {33 "step": "importFile",34 "file": {35 "resource": "url",36 "url": "https://boostbox.pro/boostbox-blueprint-playground-demo-content.xml"37 }38 32 } 39 33 ]
Note: See TracChangeset
for help on using the changeset viewer.