TinyMCE default plugins and toolbar
This commit is contained in:
parent
77e85e70b9
commit
76da5e9aa2
|
@ -504,9 +504,9 @@ function install($adminPassword, $timezone)
|
|||
$dataHead.json_encode(
|
||||
array(
|
||||
'position'=>1,
|
||||
'toolbar1'=>'formatselect bold italic bullist numlist | blockquote alignleft aligncenter alignright | link unlink pagebreak image removeformat code',
|
||||
'toolbar1'=>'formatselect bold italic forecolor backcolor removeformat | bullist numlist table | blockquote alignleft aligncenter alignright | link unlink pagebreak image code',
|
||||
'toolbar2'=>'',
|
||||
'plugins'=>'code autolink image link pagebreak advlist lists textcolor colorpicker textpattern autoheight'
|
||||
'plugins'=>'code autolink image link pagebreak advlist lists textpattern table'
|
||||
),
|
||||
JSON_PRETTY_PRINT),
|
||||
LOCK_EX
|
||||
|
|
Loading…
Reference in New Issue