Add tinymce buttons to header a footer editor in visual styles - #1420

This commit is contained in:
enriquecd 2017-12-15 12:29:13 +01:00
parent 671ac77e44
commit a14c91dfa0
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ tinyMCE.init({
theme : "advanced",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1 : "bold,italic, |, cut, copy, paste, |, undo, redo",
theme_advanced_buttons1 : "bold,italic, |, image, |, cut, copy, paste, |, undo, redo, |, forecolor, |, fontsizeselect, |, justifyleft, justifycenter, justifyright",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_statusbar_location : "none"