diff --git a/editor/editor/editor.php b/editor/editor/editor.php index 443398e9ad..70c10cbd4e 100755 --- a/editor/editor/editor.php +++ b/editor/editor/editor.php @@ -213,7 +213,16 @@ public function config($context = self::COMPILE_CONTEXT) 'moduleGroups' => [], 'l10n' => $this->getTexts(), 'membership' => true, - 'elements' => [ 'image' => [ 'zoom' => true ], 'video'=>[ 'types'=>['youtube','vimeo','url'] ] ], + 'elements' => [ + 'video' => [ 'types' => [ 'youtube', 'vimeo', 'url' ] ] + ], + 'ui' => [ + 'features' => [ + 'imagePointer' => true, + 'imageZoom' => true, + 'backgroundPointer' => true, + ] + ] ); $manager = new Brizy_Editor_Accounts_ServiceAccountManager(Brizy_Editor_Project::get());