Skip to content

Commit

Permalink
Remove menu api methods from config..
Browse files Browse the repository at this point in the history
  • Loading branch information
alecszaharia authored and marcellefter committed Nov 5, 2018
1 parent 20d7c21 commit c940949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ public function config() {
'setFeaturedImage' => Brizy_Editor_API::AJAX_SET_FEATURED_IMAGE,
'setFeaturedImageFocalPoint' => Brizy_Editor_API::AJAX_SET_FEATURED_IMAGE_FOCAL_POINT,
'removeFeaturedImage' => Brizy_Editor_API::AJAX_REMOVE_FEATURED_IMAGE,
'updateMenuData' => Brizy_Editor_API::AJAX_UPDATE_MENU_DATA,
'updateMenuItemData' => Brizy_Editor_API::AJAX_UPDATE_MENU_ITEM_DATA,
//'updateMenuData' => Brizy_Editor_API::AJAX_UPDATE_MENU_DATA,
//'updateMenuItemData' => Brizy_Editor_API::AJAX_UPDATE_MENU_ITEM_DATA,
),
'plugins' => array(
'dummy' => true,
Expand Down

0 comments on commit c940949

Please sign in to comment.