Skip to content

Commit

Permalink
Editor config key multilanguage to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Feb 21, 2024
1 parent 73e2944 commit dae55af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public function config($context = self::COMPILE_CONTEXT)
'imageSizes' => $this->getImgSizes(),
'moduleGroups' => [],
'l10n' => $this->getTexts(),
'multilanguage' => false
);
$manager = new Brizy_Editor_Accounts_ServiceAccountManager(Brizy_Editor_Project::get());

Expand Down

0 comments on commit dae55af

Please sign in to comment.