i would not set those, because this will break sides where one has other needs: ``` config.settings.isMultilingual = false; config.settings.supportedLanguages = ['en']; config.settings.defaultLanguage = 'en'; ``` https://github.com/collective/workflow-manager/blob/d84ece762a9095a3b90bc258cdac4a226548340a/frontend/packages/volto-workflow-manager/src/index.js#L7
i would not set those, because this will break sides where one has other needs:
workflow-manager/frontend/packages/volto-workflow-manager/src/index.js
Line 7 in d84ece7