Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #254 from amtrack/feat/update-metadata-list
Browse files Browse the repository at this point in the history
feat: update list of metadata for changeset cmd
  • Loading branch information
amtrack authored Jul 20, 2020
2 parents 68af98e + ef8b34c commit f0852bb
Show file tree
Hide file tree
Showing 6 changed files with 1,157 additions and 713 deletions.
27 changes: 27 additions & 0 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"orgName": "me company",
"edition": "Enterprise",
"features": ["Communities", "Entitlements", "EventLogFile", "FieldService", "Knowledge", "LiveAgent", "DevelopmentWave"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
},
"securitySettings": {
"passwordPolicies": {
"enableSetPasswordInApi": true
}
},
"languageSettings": {
"enableTranslationWorkbench": true
},
"mobileSettings": {
"enableS1EncryptedStoragePref2": false
},
"liveAgentSettings": {
"enableLiveAgent": true
},
"communitiesSettings": {
"enableNetworksEnabled": true
}
}
}
Loading

0 comments on commit f0852bb

Please sign in to comment.