Skip to content

Commit

Permalink
add 'copy' and 'paste' options to right-click contextmenu in tinymce …
Browse files Browse the repository at this point in the history
…fields
  • Loading branch information
jdbocarsly committed Mar 8, 2024
1 parent 056086a commit eee2e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/src/components/TinyMceInline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit eee2e67

Please sign in to comment.