Skip to content

Commit

Permalink
🔧 Replace orgPereferenceSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Aug 4, 2020
1 parent 51c2cc5 commit 8cb3d00
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"orgName": "Demo Company",
"edition": "Developer",
"features": ["Communities","Knowledge"],
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true
},
"knowledgeSettings": {
"enableKnowledge": true,
"enableLightningKnowledge": true
"orgName": "Demo Company",
"edition": "Developer",
"features": ["Communities", "Knowledge"],
"settings": {
"knowledgeSettings": {
"enableKnowledge": true,
"enableLightningKnowledge": true
},
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
}
}
}
}

0 comments on commit 8cb3d00

Please sign in to comment.