Skip to content

Commit

Permalink
Enabled context menu entries for richtext input
Browse files Browse the repository at this point in the history
  • Loading branch information
r3-gabriel committed Aug 9, 2024
1 parent 376b431 commit c5cfdce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/comps/inputRichtext.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let MyInputRichtext = {
content_style:`
.mce-content-body{ background-color:transparent; }
`,
contextmenu:'copy cut paste | undo | link | inserttable table',
document_base_url:`${location.protocol}//${location.host}/`, // required when disabling 'relative_urls'
entity_encoding:'raw', // disable encoding of things like umlaute, not required for UTF8 storage and makes searches easier
height:'100%',
Expand Down

0 comments on commit c5cfdce

Please sign in to comment.