Browse Source

UI: Fixed minor bug after migration to Angular 20

pull/15012/head
Vladyslav_Prykhodko 6 months ago
committed by Vladyslav Prykhodko
parent
commit
95d07fc626
  1. 2
      ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts

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

@ -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'],

Loading…
Cancel
Save