Skip to content
Snippets Groups Projects
Commit fc4f6cd4 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Disable TinyMCE contextmenu.

parent eb8b1943
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ from tinymce.widgets import TinyMCE ...@@ -3,6 +3,7 @@ from tinymce.widgets import TinyMCE
MCE_ATTRIBUTES = { MCE_ATTRIBUTES = {
'elementpath': False, 'elementpath': False,
'branding': False, 'branding': False,
'contextmenu': False,
'entity_encoding': 'raw', 'entity_encoding': 'raw',
'plugins': 'link table lists wordcount', 'plugins': 'link table lists wordcount',
'toolbar1': 'undo redo | styleselect | bold italic | bullist numlist | table | link', '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