Browse Source

UI: Add link table and image for text editor

pull/13108/head
Artem Dzhereleiko 1 year ago
parent
commit
2854c37369
  1. 4
      ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts

4
ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts

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

Loading…
Cancel
Save