From eee2e671c23aefeef0122826b63d112ac1cf0df3 Mon Sep 17 00:00:00 2001 From: jdbocarsly Date: Fri, 8 Mar 2024 17:36:09 -0600 Subject: [PATCH] add 'copy' and 'paste' options to right-click contextmenu in tinymce fields --- webapp/src/components/TinyMceInline.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/TinyMceInline.vue b/webapp/src/components/TinyMceInline.vue index eeb5c7ab1..f942a6b22 100644 --- a/webapp/src/components/TinyMceInline.vue +++ b/webapp/src/components/TinyMceInline.vue @@ -8,11 +8,12 @@ menubar: false, placeholder: 'Add a description', toolbar_location: 'bottom', - plugins: 'hr image link lists charmap table', + plugins: 'hr image link lists charmap table contextwindow', table_default_styles: { width: '50%', 'margin-left': '1rem', }, + contextmenu: 'copy paste link linkchecker', toolbar: 'bold italic underline strikethrough superscript subscript forecolor backcolor removeformat | alignleft aligncenter alignright | bullist numlist indent outdent | headergroup insertgroup | table', toolbar_groups: {