Skip to content

Commit

Permalink
Added features key in visual config - bagrinsergiu/blox-editor#26140
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Apr 12, 2024
1 parent ee8da77 commit 1f21dfa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 1f21dfa

Please sign in to comment.