Skip to content
Snippets Groups Projects
Commit 14438d19 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[FEATURE] Add the contextmenu to the default configuration

parent f5fdf7d0
No related branches found
No related tags found
No related merge requests found
......@@ -7,14 +7,15 @@ tinymce.init({
autoresize_max_height: 500,
plugins: [
'advlist autolink lists charmap hr anchor pagebreak searchreplace wordcount visualblocks visualchars code',
'nonbreaking save table directionality template paste colorpicker autoresize shy'
'nonbreaking save table directionality template paste colorpicker autoresize shy contextmenu'
],
toolbar1: 'undo redo | styleselect | bold italic | typo3link typo3image | '
+ 'alignleft aligncenter alignright alignjustify | bullist numlist outdent indent',
external_plugins: {
typo3filemanager: 'EXT:tinymce4_rte/Resources/Public/Plugins/Typo3FileManager/typo3filemanager.min.js',
shy: 'EXT:tinymce/Resources/Public/JavaScript/TinymcePlugins/shy/plugin.min.js'
}
},
contextmenu: 'typo3link typo3image inserttable | cell row column deletetable'
// Example for adding/changing style formats
......
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