diff --git a/public/js/pimcore/events.js b/public/js/pimcore/events.js index 359fc236a..e80e76457 100644 --- a/public/js/pimcore/events.js +++ b/public/js/pimcore/events.js @@ -252,6 +252,13 @@ pimcore.events.prepareAffectedNodes = "pimcore.treeNode.prepareAffectedNodes"; */ pimcore.events.postMenuBuild = "pimcore.menu.postBuild"; +/** + * event for manipulating the wysiwyg config + * use it to change the final config that is passed + * the config and the editor context are passed as parameters + */ +pimcore.events.createWysiwygConfig = "pimcore.wysiwyg.createConfig"; + /** * start event for the editor to create the config * config and context are passed as parameters