From 2854c37369c14c913721c006b60c2871ff78cea4 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 4 Apr 2025 13:39:40 +0300 Subject: [PATCH] UI: Add link table and image for text editor --- .../home/pages/mobile/common/editor-panel.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts b/ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts index 0e1729c367..3c4981f816 100644 --- a/ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts +++ b/ui-ngx/src/app/modules/home/pages/mobile/common/editor-panel.component.ts @@ -47,10 +47,10 @@ export class EditorPanelComponent implements OnInit { tinyMceOptions: Partial = { 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,