How to remove branding from tinymce editor?

sam
sam
378 Points
48 Posts

I am using tinymce editor with cdn. Now, I notice that it is showing "Powered by tinymce" in the right-bottom. How can we remove it.

Thanks

Views: 16813
Total Answered: 2
Total Marked As Answer: 1
Posted On: 05-May-2017 10:18

Share:   fb twitter linkedin
Answers
nik
nik
166 Points
6 Posts
         

Hi sam,

Tinymce branding property allow you to enable or disable the "Powered by TinyMCE" branding.

tinymce.init({
  selector: 'textarea',  // change this value according to your HTML
  branding: false
});
Posted On: 05-May-2017 10:24
xyan
xyan
78 Points
3 Posts
         

Hi guys,

You can see here tinymce appearance doc https://www.tinymce.com/docs/configure/editor-appearance/

It is easily removed by setting branding to false.

Posted On: 28-May-2017 05:34
 Log In to Chat