Skip to content

Commit

Permalink
Merge pull request #847 from jarongao/set_filebrowserUploadMethod_to_…
Browse files Browse the repository at this point in the history
…form

Set config.filebrowserUploadMethod to "form"
  • Loading branch information
galetahub authored May 15, 2019
2 parents b6690df + ee60560 commit f670d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CKEDITOR.editorConfig = function( config )
config.filebrowserUploadUrl = "/ckeditor/attachment_files";

config.allowedContent = true;
config.filebrowserUploadMethod = 'form';

// Toolbar groups configuration.
config.toolbar = [
Expand Down

0 comments on commit f670d23

Please sign in to comment.