diff --git a/plugins/editors/tinymce/tinymce.php b/plugins/editors/tinymce/tinymce.php index 90b7e4f9b1b72..f8cfbad3717a5 100644 --- a/plugins/editors/tinymce/tinymce.php +++ b/plugins/editors/tinymce/tinymce.php @@ -657,7 +657,8 @@ 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, + 'elementpath' => (bool) $levelParams->get('element_path', true), ) );