-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin initialization failure tinymce 6 #730
Comments
Fairly easy to correct.
That should do the trick. |
@jshster Hi, This line does not work for me because it cannot find the right path, previously this was what worked. external_filemanager_path: '/'+baseadmin+'/template/js/vendor/filemanager/', but not this one setup: function (editor) {
editor.options.register('external_filemanager_path', {
processor: 'string',
default: '/'+baseadmin+'/template/js/vendor/filemanager/'
});
} |
@nikzad-avasam We have updated various files for compatibility so it is compatible with tinymce 6, but there are still some minor bugs. |
Hey gtraxx, sorry for delay in replying. What error are you receiving in the console? At a glance it will be scope issue. How have you defined the variable baseadmin? Var, let or something else? I'm going to bet the error is undefined or not defined, something like that? |
I upgraded to version 6.x a long time ago so I don't remember everything, but you definitely need to add option registration via "editor.options.register" |
Hi, from time to time I get the message: "plugin initialization failure: filemanager" in tinymce 6
Is this a script to correct in the plugin or is it in tinymce 6 ?
Best Regards
Aurélien
The text was updated successfully, but these errors were encountered: