Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

How to remove "Powered by TinyMCE"? #26

Closed lakhanOpen closed 6 years ago

lakhanOpen commented 7 years ago

Hello,

How can i remove "Powered by TinyMCE" As per TinyMCE doc, using "Branding" option we can disable it. But "Branding" option is not available in config list

danidelgadoz commented 7 years ago

Im just begining looking for a editor in angular2. But try this: .mce-branding-powered-by { display: none !important; } sorry for been simple :v

kziemianek commented 7 years ago

@Ledzz maybe merge #31 ? I see a lot of people ask for it.

Gaiidenn commented 6 years ago

It seems that @Ledzz doesn't really care about this package anymore... Any volunteer to fork and "maintain" this project ?

satya5561 commented 6 years ago

tinymce.init({ selector: "#tinymce", branding: false });