Ledzz / angular2-tinymce

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

How does angular2-tinymce avoid 'This domain is not registered with TinyMCE Cloud'? #67

Closed exsoflowe closed 5 years ago

exsoflowe commented 5 years ago

Could you describe me how did you avoid this error https://community.tinymce.com/communityQuestion?id=90661000000IfUVAA0

I tried use this official angular implementation https://github.com/tinymce/tinymce-angular. And I see this warning. And then I tried your implementation.

I check you can't hide notification via CSS. Do you use pure js and instructions from here https://go.tiny.cloud/blog/angular-2-and-tinymce/ ?

Thanks.

Ledzz commented 5 years ago

Hello! I haven't seen this error, so I'm doing nothing to get rid of it. Yes, I use pure js version.