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