Skip to content

Commit 7e74f2b

Browse files
committed
Update config.js
1 parent 7527281 commit 7e74f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/ckeditor/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

6-
CKEDITOR.editorConfig = function( config ) {
6+
CKEDITOR.editorConfig = function( config ) {
77
// Define changes to default configuration here.
88
// For complete reference see:
99
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html
@@ -36,6 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
3636
// Simplify the dialog windows.
3737
config.removeDialogTabs = 'image:advanced;link:advanced';
3838

39-
config.extraPlugins = 'justify';
40-
config.extraPlugins = 'lineheight';
39+
config.extraPlugins = 'justify, lineheight';
4140
};

0 commit comments

Comments
 (0)