What will be the latest version of tinymce-react that supports the latest tinymce ^6.0.0? #539
Answered
by
danoaky-tiny
dqhendricks
asked this question in
Q&A
|
I do not want to move to TinyMCEs new version 7 licensing, and so want to make sure my project only ever uses whatever the latest version of tinymce version 6 (never 7+). For this purpose I would like to know how I should set up my tinymce-react versioning to be in my project. Any guidance would be greatly appreciated. Cheers! |
Answered by
danoaky-tiny
Jun 13, 2024
Replies: 1 comment 3 replies
|
You can use any version of TinyMCE you want with tinymce-react. But the default props are set up for using the Tiny Cloud CDN and whatever the newest version of TinyMCE is at the time. To load version 6 instead, you have a couple of options:
Let us know if you need further clarification on any of these. |
3 replies
Answer selected by
dqhendricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use any version of TinyMCE you want with tinymce-react. But the default props are set up for using the Tiny Cloud CDN and whatever the newest version of TinyMCE is at the time.
To load version 6 instead, you have a couple of options:
cloudChannelprop to6along with anapiKeyto use Tiny Cloud hosting, see: https://www.tiny.cloud/docs/tinymce/latest/react-cloud/Let us know if you need further clarification on any of these.