Skip to content

Commit 8d1f42f

Browse files
committed
Upgrade the format for org preferences in the scratch org definition
Changes to be committed: modified: config/project-scratch-def.json https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_settings.htm Re: https://github.com/orgs/apex-enterprise-patterns/projects/4 @stohn777
1 parent b5c833f commit 8d1f42f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/project-scratch-def.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"orgName": "apex-common",
33
"edition": "Developer",
44
"settings": {
5-
"orgPreferenceSettings": {
6-
"s1DesktopEnabled": true
5+
"lightningExperienceSettings": {
6+
"enableS1DesktopEnabled": true
7+
},
8+
"mobileSettings": {
9+
"enableS1EncryptedStoragePref2": true
710
}
811
}
912
}

0 commit comments

Comments
 (0)