From ba9c9df4e8c14a9759fddb5b6778c882ddc7eb27 Mon Sep 17 00:00:00 2001 From: George Murnock Date: Thu, 2 Jun 2022 13:45:36 -0600 Subject: [PATCH] Update project-scratch-def.json Update project-scratch-def.json to reflect latest recommended scratch definition from Salesforce. --- config/project-scratch-def.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json index 98a988914..96d8030aa 100755 --- a/config/project-scratch-def.json +++ b/config/project-scratch-def.json @@ -1,5 +1,13 @@ { "orgName": "my company", "edition": "Developer", - "features": [] + "features": ["EnableSetPasswordInApi"], + "settings": { + "lightningExperienceSettings": { + "enableS1DesktopEnabled": true + }, + "mobileSettings": { + "enableS1EncryptedStoragePref2": false + } + } }