Skip to content

Commit

Permalink
feature(ckeditor): allowed resizing of editor window
Browse files Browse the repository at this point in the history
fixes #8727
  • Loading branch information
jdalsem committed Apr 15, 2016
1 parent d6f5f17 commit f43a656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/ckeditor/views/default/elgg/ckeditor/config.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(function(require) {
removeButtons: 'Subscript,Superscript', // To have Underline back removeButtons: 'Subscript,Superscript', // To have Underline back
allowedContent: true, allowedContent: true,
baseHref: elgg.get_site_url(), baseHref: elgg.get_site_url(),
removePlugins: 'liststyle,contextmenu,tabletools,resize', removePlugins: 'liststyle,contextmenu,tabletools',
extraPlugins: 'blockimagepaste', extraPlugins: 'blockimagepaste',
defaultLanguage: 'en', defaultLanguage: 'en',
language: elgg.get_language(), language: elgg.get_language(),
Expand Down

0 comments on commit f43a656

Please sign in to comment.