Changeset 3071108
- Timestamp:
- 04/15/2024 08:12:01 PM (2 years ago)
- File:
-
- 1 edited
-
wc-trendyol/assets/blueprints/blueprint.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-trendyol/assets/blueprints/blueprint.json
r3071106 r3071108 1 1 { 2 "landingPage": "\/wp-admin\/ admin.php?page=trendyol_settings",2 "landingPage": "\/wp-admin\/plugins.php", 3 3 "preferredVersions": { 4 4 "php": "7.4", … … 12 12 }, 13 13 "steps": [ 14 {14 { 15 15 "step": "installPlugin", 16 16 "pluginZipFile": { … … 19 19 }, 20 20 "options": { 21 "activate": true, 22 "woocommerce_default_country":"TR:TR34", 23 "woocommerce_allowed_countries":"all" 24 } 21 "activate": true 22 } 25 23 }, 26 {24 { 27 25 "step": "installPlugin", 28 26 "pluginZipFile": { 29 27 "resource": "wordpress.org\/plugins", 30 "slug": "w c-trendyol"28 "slug": "woocommerce" 31 29 }, 32 30 "options": { … … 34 32 } 35 33 }, 36 { 34 { 35 "step": "installPlugin", 36 "pluginZipFile": { 37 "resource": "url", 38 "url": "https:\/\/downloads.wordpress.org\/plugin\/wc-trendyol.3.0.0.zip" 39 }, 40 "options": { 41 "activate": true 42 } 43 }, 44 { 37 45 "step": "login", 38 46 "username": "admin",
Note: See TracChangeset
for help on using the changeset viewer.