editor
parent
08202b451f
commit
c4c8832a72
|
|
@ -51,8 +51,12 @@ class Components extends BaseRenderer {
|
|||
->options([
|
||||
"menubar" => false,
|
||||
"min_height" => 500,
|
||||
"toolbar"=> "undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | link image | help",
|
||||
"help_tabs" => []
|
||||
"toolbar" => "undo redo | bold italic underline strikethrough | fontfamily fontsize blocks | alignleft aligncenter alignright alignjustify | image link | outdent indent | numlist bullist | forecolor backcolor removeformat | charmap emoticons",
|
||||
"help_tabs" => [],
|
||||
"convert_urls" => false,
|
||||
"quickbars_selection_toolbar" => "fontsize forecolor backcolor",
|
||||
"toolbar_mode" => "wrap",
|
||||
"quickbars_insert_toolbar" => false,
|
||||
])
|
||||
->name($name)->label($label);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue