We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19be025 commit 46d51beCopy full SHA for 46d51be
1 file changed
qa-plugin/wysiwyg-editor/ckeditor/config.js
@@ -17,7 +17,7 @@ CKEDITOR.editorConfig = function( config ) {
17
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote' ] },
18
{ name: 'links', items: [ 'Link', 'Unlink' ] },
19
{ name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar', 'Smiley' ] },
20
- { name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo' ] },
+ { name: 'clipboard', items: [ 'Cut', 'Copy', '-', 'Undo', 'Redo' ] },
21
{ name: 'last', items: [ 'RemoveFormat', 'Maximize' ] }
22
];
23
0 commit comments