We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that TinyMCE 6 is out.
I used
TINYMCE_JS_URL = f'https://cdnjs.cloudflare.com/ajax/libs/tinymce/6.0.1/tinymce.min.js'
and it doesn't work. I get:
Uncaught TypeError: tinyMCE.editors is undefined initTinyMCE http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:39 <anonymous> http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:59 <anonymous> http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:58 [init_tinymce.js:39:11](http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js) initTinyMCE http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:39 <anonymous> http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:59 forEach self-hosted:167 <anonymous> http://0.0.0.0:8000/static/django_tinymce/init_tinymce.js:58
The text was updated successfully, but these errors were encountered:
Fixes jazzband#391 - Replaced deprecated tinyMCE.editors
d459405
Not sure if it's enough for TinyMCE 6 compat, but the patch above should at least fix the reported error.
Sorry, something went wrong.
47c6ec2
No branches or pull requests
It seems that TinyMCE 6 is out.
I used
and it doesn't work. I get:
The text was updated successfully, but these errors were encountered: