You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On branch update-project-scratch-def.json Changes to be committed: modified: config/project-scratch-def.json I received the following WARNING when I created a Scratch Org using the project-scratch-def.json. WARNING: We're deprecating OrgPreferenceSettings. We've added the settings to other metadata types in Winter '20. You can continue to use OrgPreferenceSettings until they are replaced by their corresponding settings in Spring '20. But why wait? Here's exactly what you need to update in the scratch org definition file. Replace the orgPreferenceSettings section: { "settings": { "orgPreferenceSettings": { "s1DesktopEnabled": true } } } With their updated settings: { "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true } } }
0 commit comments