Skip to content

Commit

Permalink
chore(docs): Clarify language codename in Kentico tutorial (#13879)
Browse files Browse the repository at this point in the history
* Clarify language codename

* chore(docs): Moved comment to clarify language codename (#13899)
  • Loading branch information
CollierCZ authored and LekoArts committed May 7, 2019
1 parent db9c6df commit 606569d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/sourcing-from-kentico-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ module.exports = {
deliveryClientConfig: {
projectId: `<YourProjectID>` // Fill in your Project ID
},
// Please note that with the Sample Project generated above, `en-US` is the default language for the project and this config. For a blank project, this needs to be `default`.
languageCodenames: [
`en-US` // Or whatever languages you have installed in your project (Project settings -> Localization)
`en-US` // Or the languages in your project (Project settings -> Localization)
]
}
},
Expand Down

0 comments on commit 606569d

Please sign in to comment.