Skip to content

Commit

Permalink
new: added editor client config filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alecszaharia committed Sep 21, 2023
1 parent a6fa129 commit a69fd4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function getClientConfig($editorConfig, $context)
];

$config = $this->getApiConfigFields($config, $context);

$config = apply_filters('brizy_client_config', $config, $context);
return $config;
}

Expand Down Expand Up @@ -1341,7 +1341,6 @@ public function getProjectStatus()
*/
public function getApiActions($config = [], $context = null)
{

$pref = Brizy_Editor::prefix();

$actions = array(
Expand Down

0 comments on commit a69fd4a

Please sign in to comment.