diff --git a/plugins/editors/tinymce/tinymce.php b/plugins/editors/tinymce/tinymce.php index 5d1d790e14f6c..077c9c201a81d 100644 --- a/plugins/editors/tinymce/tinymce.php +++ b/plugins/editors/tinymce/tinymce.php @@ -598,6 +598,7 @@ public function onDisplay( 'templates' => $templates, 'image_advtab' => (bool) $levelParams->get('image_advtab', false), 'external_plugins' => empty($externalPlugins) ? null : $externalPlugins, + 'contextmenu' => (bool) $levelParams->get('contextmenu', true) ? null : false, // Drag and drop specific 'dndEnabled' => $dragdrop,