@@ -69,6 +69,8 @@ ClassicEditor
} )
.then( editor => {
window.editor = editor;
+ // Prevent showing a warning notification when user is pasting a content from MS Word or Google Docs.
+ window.preventPasteFromOfficeNotification = true;
.catch( err => {
console.error( err.stack );