Skip to content

Commit

Permalink
Add volto PAM config
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 7, 2024
1 parent bbba333 commit cc761a7
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 cc761a7

Please sign in to comment.