app/assets/javascripts/ckeditor/config.js in ckeditor-5.1.2 vs app/assets/javascripts/ckeditor/config.js in ckeditor-5.1.3

- old
+ new

@@ -30,10 +30,11 @@ // The location of a script that handles file uploads. config.filebrowserUploadUrl = "/ckeditor/attachment_files"; config.allowedContent = true; - config.filebrowserUploadMethod = 'form'; + config.filebrowserUploadMethod = 'form'; + config.versionCheck = false; // Toolbar groups configuration. config.toolbar = [ { name: 'document', groups: [ 'mode', 'document', 'doctools' ], items: [ 'Source'] }, { name: 'clipboard', groups: [ 'clipboard', 'undo' ], items: [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] },