Commit c6a3a6b8 by Scott

Fix file uploads in CKEditor

parent ccfe9018
......@@ -27,6 +27,9 @@ CKEDITOR.editorConfig = function( config ) {
// Make dialogs simpler
config.removeDialogTabs = 'image:advanced;link:advanced;table:advanced';
// Use form upload instead of XHR
config.filebrowserUploadMethod = 'form';
// Use native spell checking (note: Ctrl+right-click is required for native context menu)
config.disableNativeSpellChecker = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment