We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfe901 commit c6a3a6bCopy full SHA for c6a3a6b
1 file changed
qa-plugin/wysiwyg-editor/ckeditor/config.js
@@ -27,6 +27,9 @@ CKEDITOR.editorConfig = function( config ) {
27
// Make dialogs simpler
28
config.removeDialogTabs = 'image:advanced;link:advanced;table:advanced';
29
30
+ // Use form upload instead of XHR
31
+ config.filebrowserUploadMethod = 'form';
32
+
33
// Use native spell checking (note: Ctrl+right-click is required for native context menu)
34
config.disableNativeSpellChecker = false;
35
0 commit comments