Skip to content

Commit

Permalink
Merge pull request #1984 from ThemeFuse/25611-move-section-keys
Browse files Browse the repository at this point in the history
refactor(config): remove multilanguage key, and add membership
  • Loading branch information
maxval1 authored Feb 28, 2024
2 parents 75b91c1 + 43e3348 commit e45ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function config($context = self::COMPILE_CONTEXT)
'imageSizes' => $this->getImgSizes(),
'moduleGroups' => [],
'l10n' => $this->getTexts(),
'multilanguage' => false
'membership' => true
);
$manager = new Brizy_Editor_Accounts_ServiceAccountManager(Brizy_Editor_Project::get());

Expand Down

0 comments on commit e45ebb2

Please sign in to comment.