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 committed Aug 17, 2018
1 parent 5cbe877 commit daf3d12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ public function config() {
'savePage' => Brizy_Editor_API::AJAX_SAVE_TRIGGER,
'getTerms' => Brizy_Editor_API::AJAX_GET_TERMS,
'downloadMedia' => Brizy_Editor_API::AJAX_DOWNLOAD_MEDIA,
'getMediaUid' => Brizy_Editor_API::AJAX_MEDIA_METAKEY,
'updateMenuData' => Brizy_Editor_API::AJAX_UPDATE_MENU_DATA,
'updateMenuItemData' => Brizy_Editor_API::AJAX_UPDATE_MENU_ITEM_DATA,
'getMediaUid' => Brizy_Editor_API::AJAX_MEDIA_METAKEY

),
'plugins' => array(
Expand Down

0 comments on commit daf3d12

Please sign in to comment.