What will be the latest version of tinymce-react that supports the latest tinymce ^6.0.0? #539
-
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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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:
cloudChannel
prop to6
along with anapiKey
to 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.