Ledzz / angular2-tinymce

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

source code option missing #49

Closed mahi25 closed 5 years ago

mahi25 commented 6 years ago

missing Tools toolbar and its source code option. Please help me to sort it out. This option is missing after updating angular-tinymce module

Seanmclem commented 6 years ago

@mahi25 you can just add the "code" plugin and toolbar. example: TinymceModule.withConfig({ selector: 'textarea', plugins: 'code' toolbar: 'code' });