Add some more tools into simple mode

This commit is contained in:
Hadi Nategh 2018-12-13 12:52:10 +01:00
parent ea813fafe0
commit d7b17e27b9

View File

@ -419,9 +419,9 @@ jQuery.extend(et2_htmlarea, {
* arranged toolbars as simple mode * arranged toolbars as simple mode
* @constant * @constant
*/ */
TOOLBAR_SIMPLE: "fontselect fontsizeselect | bold italic forecolor backcolor | "+ TOOLBAR_SIMPLE: "undo redo|fontselect fontsizeselect | bold italic removeformat forecolor backcolor | "+
"alignleft aligncenter alignright alignjustify | numlist "+ "alignleft aligncenter alignright alignjustify | numlist "+
"bullist outdent indent | link image", "bullist outdent indent| link image pastetext",
/** /**
* arranged toolbars as extended mode * arranged toolbars as extended mode
* @constant * @constant