Skip to content

Instantly share code, notes, and snippets.

@benahm
Created October 23, 2019 12:31
Show Gist options
  • Save benahm/99e610421085d7e5689286c114ef0efc to your computer and use it in GitHub Desktop.
Save benahm/99e610421085d7e5689286c114ef0efc to your computer and use it in GitHub Desktop.
Scratch org definition demo
{
"orgName": "Scratch org demo",
"description": "Scratch org definition demo",
"language": "en_US",
"edition": "Developer",
"features": [
"Sites",
"Communities",
"PersonAccounts",
"MultiCurrency",
"AuthorApex",
"DebugApex",
"ProcessBuilder",
"Workflow",
"StateAndCountryPicklist"
],
"settings": {
"orgPreferenceSettings": {
"networksEnabled": true,
"s1DesktopEnabled": true,
"s1EncryptedStoragePref2": false,
"translation": true
},
"quoteSettings": {
"enableQuote": true
},
"accountSettings": {
"enableAccountTeams": true
},
"opportunitySettings": {
"enableOpportunityTeam": true
},
"entitlementSettings": {
"enableEntitlements": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment