Skip to content

Commit

Permalink
Merge branch 'uwaheed88-ckeditor-style-render'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 20, 2020
2 parents c4604e5 + 045efac commit da7f35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/pages/theme/public/ckedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ this.ckan.module('ckedit', function (jQuery, _) {
config.extraPlugins = 'divarea,ckanview,templates';
config.height = '400px';
config.customConfig = false;
config.allowedContent = true;

var editor = $(this.el).ckeditor(config);
},
Expand Down

0 comments on commit da7f35d

Please sign in to comment.