Ledzz / angular2-tinymce

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

Paste plugin options missing in TinyMceOptions interface #60

Closed MichaelFlyacts closed 5 years ago

MichaelFlyacts commented 6 years ago

Hi,

after trying to configure the tinymce paste plugin with the option { 'paste_as_text': true } I noticed that the options interface of the TinyMceModule is missing this property. Optional properties for configuring e.g. the paste plugin would be very nice.