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?