voidlabs/mosaico

Context menu (options missings)

Closed this issue · 2 comments

Hi,

I have noticed that, the context menu from the mosaico.io website is different from mine, it has more options, here is two screenshoot to explain better:

Mosaico demo:
mosaico_menu

My version:
my_menu

I am wondering how to get the other options as well?

Thank you in advance.

bago commented

You can set tinymce toolbar configurations setting these 2 variables in a mosaico "plugin":

ko.bindingHandlers.wysiwyg.standardOptions
and
ko.bindingHandlers.wysiwyg.fullOptions

Have a look at src/js/bindings/wysiwyg.js file and to the Tinymce configuration for more details.

thank you very much for you answer @bago, you are doing a great job