Skip to content

Commit

Permalink
refactor(config): remove multilanguage key, and add membership
Browse files Browse the repository at this point in the history
  • Loading branch information
redd97 committed Feb 26, 2024
1 parent dae55af commit 43e3348
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 @@ -201,7 +201,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 43e3348

Please sign in to comment.