1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 15:24:46 +01:00

Merge pull request #584 from Jimmi08/patch-2

Fix #582 missing button in tinymce for html source
This commit is contained in:
Tijn Kuyper 2014-05-21 09:48:43 +02:00
commit 4063047ee1

View File

@ -2,6 +2,6 @@
<tinymce>
<tinymce_name>Main Admin</tinymce_name>
<tinymce_plugins>advhr,advlink,advlist,autosave,contextmenu,directionality,e107bbcode,emoticons,ibrowser,jqueryinlinepopups,paste,table,visualchars,wordcount,xhtmlxtras,youtube,fullscreen</tinymce_plugins>
<tinymce_buttons1>link, unlink, bold, italic, underline, undo, redo,formatselect,justifyleft,justifycenter,justifyright,justifyfull, |, ibrowser, forecolor, removeformat, table, bullist, numlist, outdent, indent, cleanup, emoticons, youtube, e107bbcode, bootstrap, fullscreen</tinymce_buttons1>
<tinymce_buttons1>link, unlink, bold, italic, underline, undo, redo,formatselect,justifyleft,justifycenter,justifyright,justifyfull, |, ibrowser, forecolor, removeformat, table, bullist, numlist, outdent, indent, cleanup, emoticons, youtube, e107bbcode, bootstrap, fullscreen, code</tinymce_buttons1>
<extended_valid_elements>i[*], object[*],embed[*],bbcode[*]</extended_valid_elements>
</tinymce>