Skip to content

Conversation

@kamleshyadav9929
Copy link

Description

Fixes #31 - Remove global settings override that breaks multilingual sites.

Problem

The addon was overriding global Volto settings:

  • config.settings.isMultilingual = false
  • config.settings.supportedLanguages = ['en']
  • config.settings.defaultLanguage = 'en'

This breaks sites that have multilingual requirements or different language configurations.

Solution

Removed these lines entirely. Addons should not override global configuration settings that are meant to be controlled by the site administrator.

Files Changed

  • src/index.js - Removed lines 6-8 that override multilingual settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

don't override global settings like isMultilingual

1 participant