I am using TinyMCE for Flow, since I work with Vaadin 14. I am trying to use the auto save plugin for TinyMCE. It requires this setup in a .js file:
tinymce.init({
selector: 'textarea',
plugins: 'autosave',
toolbar: 'restoredraft'
});
But it seems like there is no such javascript settings file in Tiny MCE for Flow. So is it possible to use plugins from TinyMCE in Vaadin?
Assuming you are using https://vaadin.com/directory/component/tinymce-for-flow you can configure it in Java like this:
Just look at constants ou have to use.