I just installed and configured react-tinymce in my React JS Application. Everything work fine !
But, the user interface is in English, and my client would like to have it in Persian. So, I followed the advice on tinymce documentation, but I have this error message that appears in my console:
The line with language_url: {lang}, should be language_url: lang, so that you pass a string to the language_url setting and not an object. That should fix your issue so I'll close this!
I just installed and configured react-tinymce in my React JS Application. Everything work fine !
But, the user interface is in English, and my client would like to have it in Persian. So, I followed the advice on tinymce documentation, but I have this error message that appears in my console:
imports:
This is my code:
Any ideas ? Thank you in advance.