Skip to content
Snippets Groups Projects
Unverified Commit 21b2eb92 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2518 from HyphaApp/enhancement/disable_tinymce_contextmenu

Disable tinymce contextmenu
parents eb8b1943 fc4f6cd4
No related branches found
Tags v1.66.0
No related merge requests found
......@@ -3,6 +3,7 @@ from tinymce.widgets import TinyMCE
MCE_ATTRIBUTES = {
'elementpath': False,
'branding': False,
'contextmenu': False,
'entity_encoding': 'raw',
'plugins': 'link table lists wordcount',
'toolbar1': 'undo redo | styleselect | bold italic | bullist numlist | table | link',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment