Ledzz / angular2-tinymce

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

Separate configuration per component #29

Closed IcedReaper closed 7 years ago

IcedReaper commented 7 years ago

Hello,

I have a question regarding the configuration of the tinymce for different appearences within the same project.

For example, if I have different views/components and want to use the tinymce in both but with different menus/toolbars or callbacks. How can I achieve it? I tried it with the @Component options directives, viewProviders and entryComponents. All three didn't work.

I would appreciate your help.

Thanks and cheers, IcedReaper

Ledzz commented 7 years ago

I don't think you can do it now. This feature is on the roadmap, stay tuned.