|
|
|
@ -48,7 +48,7 @@ export class EditorPanelComponent implements OnInit { |
|
|
|
tinyMceOptions: Partial<EditorOptions> = { |
|
|
|
base_url: '/assets/tinymce', |
|
|
|
suffix: '.min', |
|
|
|
plugins: ['link', 'table', 'image', 'imagetools', 'lists', 'fullscreen'], |
|
|
|
plugins: ['link', 'table', 'image', 'lists', 'fullscreen'], |
|
|
|
menubar: 'edit insert view format', |
|
|
|
toolbar: ['fontfamily fontsize | bold italic underline strikethrough forecolor backcolor', |
|
|
|
'alignleft aligncenter alignright alignjustify | bullist | link table image | fullscreen'], |
|
|
|
|