Fix uploading images through CKEditor's upload tab
The bug was introduced when we upgraded the ckeditor gem in commit
f240e007.
This commit is contained in:
@@ -15,6 +15,7 @@ CKEDITOR.editorConfig = function( config )
|
||||
config.filebrowserImageBrowseUrl = "/ckeditor/pictures";
|
||||
config.filebrowserImageUploadUrl = "/ckeditor/pictures";
|
||||
config.filebrowserUploadUrl = "/ckeditor/attachment_files";
|
||||
config.filebrowserUploadMethod = "form";
|
||||
|
||||
config.allowedContent = true;
|
||||
config.format_tags = "p;h2;h3";
|
||||
|
||||
Reference in New Issue
Block a user