Skip to content

Commit

Permalink
Enable autocolumns for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed Jun 28, 2022
1 parent 27f7597 commit 38b97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/vendor/ckeditor/config.js
Expand Up @@ -22,7 +22,7 @@ CKEDITOR.editorConfig = function( config ) {
{ name: 'others' }
];

config.extraPlugins = 'dialog,widget,extmathjax,image3,codemirror,oembed,xotlink,xotmarkword,fontawesome,uploadimage,html5audio,xotrecorder,rubytext,wrapstyle,link,emoji,xotlightbox,numericinput,lineheight,codesnippet';
config.extraPlugins = 'dialog,widget,extmathjax,image3,codemirror,oembed,xotlink,xotmarkword,fontawesome,uploadimage,html5audio,xotrecorder,xotcolumns,rubytext,wrapstyle,link,emoji,xotlightbox,numericinput,lineheight,codesnippet';
// The default plugins included in the basic setup define some buttons that
// we don't want too have in a basic editor. We remove them here.
config.removeButtons = 'Cut,Copy,Paste,Save,NewPage,Preview,Print,PageBreak,CreateDiv,Anchor,Smiley';
Expand Down

0 comments on commit 38b97af

Please sign in to comment.