Skip to content

Commit

Permalink
adding the CommerceConsoleAppEnabled flag (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathAdhikari authored Jun 12, 2024
1 parent 1e5cd6b commit 1c1250a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion config/b2b-project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"country": "us",
"language": "en_US",
"edition": "Developer",
"features": ["Communities", "B2BCommerce", "B2BAuraTemplateEnabled", "OrderManagement", "EnableSetPasswordInApi"],
"features": [
"Communities",
"B2BCommerce",
"B2BAuraTemplateEnabled",
"OrderManagement",
"EnableSetPasswordInApi",
"CommerceConsoleAppEnabled"
],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down
9 changes: 8 additions & 1 deletion config/b2c-project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"country": "us",
"language": "en_US",
"edition": "Developer",
"features": ["Communities", "B2CCommerceGMV", "PersonAccounts", "EnableSetPasswordInApi", "Multicurrency"],
"features": [
"Communities",
"B2CCommerceGMV",
"PersonAccounts",
"EnableSetPasswordInApi",
"Multicurrency",
"CommerceConsoleAppEnabled"
],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down
3 changes: 2 additions & 1 deletion config/both-project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"PersonAccounts",
"OrderManagement",
"EnableSetPasswordInApi",
"Multicurrency"
"Multicurrency",
"CommerceConsoleAppEnabled"
],
"settings": {
"lightningExperienceSettings": {
Expand Down

0 comments on commit 1c1250a

Please sign in to comment.