Skip to content

Commit

Permalink
Merge pull request #2 from collective/volto-pam
Browse files Browse the repository at this point in the history
Add volto PAM config
  • Loading branch information
tisto committed Mar 7, 2024
2 parents 6128650 + cc761a7 commit 103d7b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/addons/volto-plone-edu/src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

const applyConfig = (config) => {
config.settings = {
...config.settings,
isMultilingual: false,
supportedLanguages: ['de'],
isMultilingual: true,
supportedLanguages: ['de', 'en'],
defaultLanguage: 'de',
};
return config;
Expand Down

0 comments on commit 103d7b9

Please sign in to comment.