Skip to content

Commit 46d51be

Browse files
authored
Paste/Paste isn't working in ckEditor
1 parent 19be025 commit 46d51be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa-plugin/wysiwyg-editor/ckeditor/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CKEDITOR.editorConfig = function( config ) {
1717
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
1818
{ name: 'links', items: [ 'Link', 'Unlink' ] },
1919
{ name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar', 'Smiley' ] },
20-
{ name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo' ] },
20+
{ name: 'clipboard', items: [ 'Cut', 'Copy', '-', 'Undo', 'Redo' ] },
2121
{ name: 'last', items: [ 'RemoveFormat', 'Maximize' ] }
2222
];
2323

0 commit comments

Comments
 (0)