From dae55afff269b7a483f0aa06fa96c0e6dda379ea Mon Sep 17 00:00:00 2001 From: Viorel Date: Wed, 21 Feb 2024 10:56:40 +0200 Subject: [PATCH] Editor config key multilanguage to false --- editor/editor/editor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editor/editor.php b/editor/editor/editor.php index 0e8a902ac7..43b1ac84d0 100755 --- a/editor/editor/editor.php +++ b/editor/editor/editor.php @@ -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());