From 5d6b5a4e79ac251139fd72cb1e8e6c680d36a75a Mon Sep 17 00:00:00 2001 From: Oleksii Golub Date: Mon, 19 Feb 2024 11:21:02 +0200 Subject: [PATCH] added features DebugApex, AuthorApex to config files --- config/b2b-project-scratch-def.json | 10 +++++++++- config/b2c-project-scratch-def.json | 10 +++++++++- config/both-project-scratch-def.json | 4 +++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/config/b2b-project-scratch-def.json b/config/b2b-project-scratch-def.json index 753f5154..644cc3a6 100755 --- a/config/b2b-project-scratch-def.json +++ b/config/b2b-project-scratch-def.json @@ -3,7 +3,15 @@ "country": "us", "language": "en_US", "edition": "Developer", - "features": ["Communities", "B2BCommerce", "B2BAuraTemplateEnabled", "OrderManagement", "EnableSetPasswordInApi"], + "features": [ + "Communities", + "B2BCommerce", + "B2BAuraTemplateEnabled", + "OrderManagement", + "EnableSetPasswordInApi", + "DebugApex", + "AuthorApex" + ], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true diff --git a/config/b2c-project-scratch-def.json b/config/b2c-project-scratch-def.json index 46ea929b..05cccfdc 100755 --- a/config/b2c-project-scratch-def.json +++ b/config/b2c-project-scratch-def.json @@ -3,7 +3,15 @@ "country": "us", "language": "en_US", "edition": "Developer", - "features": ["Communities", "B2CCommerceGMV", "PersonAccounts", "EnableSetPasswordInApi", "Multicurrency"], + "features": [ + "Communities", + "B2CCommerceGMV", + "PersonAccounts", + "EnableSetPasswordInApi", + "Multicurrency", + "DebugApex", + "AuthorApex" + ], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true diff --git a/config/both-project-scratch-def.json b/config/both-project-scratch-def.json index 542decf4..f8280057 100755 --- a/config/both-project-scratch-def.json +++ b/config/both-project-scratch-def.json @@ -11,7 +11,9 @@ "PersonAccounts", "OrderManagement", "EnableSetPasswordInApi", - "Multicurrency" + "Multicurrency", + "DebugApex", + "AuthorApex" ], "settings": { "lightningExperienceSettings": {