Documentation

Configuration / editimage_main_toolbar

This option enables you to configure what buttons to display in the main toolbar of the edit image view. The defaults for this config option is "save revert undo redo" see the examples below on how to configure it.

Example of usage in TinyMCE

tinymce.init({
...
moxiemanager_editimage_main_toolbar: 'save revert undo redo'
});

Example of usage in standalone mode

moxman.edit({
...
editimage_main_toolbar: 'save revert undo redo'
});