Skip to content

Commit dd5cce7

Browse files
committed
Removed paste from clipboard default since it no longer works anywhere.
1 parent 472a416 commit dd5cce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htmledit/flex_forms_htmledit.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public static function FieldType(&$state, $num, &$field, $id)
2424
$options = array(
2525
"selector" => "#" . $id,
2626
"menubar" => false,
27-
"plugins" => "lists link paste contextmenu textpattern autolink autoresize",
28-
"toolbar" => "bold italic superscript subscript | undo redo paste | link numlist bullist indent outdent | formatselect blockquote",
27+
"plugins" => "lists link contextmenu textpattern autolink autoresize",
28+
"toolbar" => "bold italic superscript subscript | undo redo | link numlist bullist indent outdent | formatselect blockquote",
2929
"autoresize_max_height" => 600,
3030
"autoresize_bottom_margin" => 0,
3131
"content_css" => array(

0 commit comments

Comments
 (0)