Skip to content

Commit

Permalink
setting allow content to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jan 12, 2016
1 parent 10754af commit 862e56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/vendor/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ CKEDITOR.editorConfig = function( config ) {

// Make dialogs simpler.
config.removeDialogTabs = 'image:advanced;link:advanced';

config.filebrowserBrowseUrl = Asgard.mediaGridCkEditor
config.allowedContent = true;
config.filebrowserBrowseUrl = Asgard.mediaGridCkEditor;
};

0 comments on commit 862e56d

Please sign in to comment.