We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7527281 commit 7e74f2bCopy full SHA for 7e74f2b
resources/ckeditor/config.js
@@ -3,7 +3,7 @@
3
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
4
*/
5
6
-CKEDITOR.editorConfig = function( config ) {
+ CKEDITOR.editorConfig = function( config ) {
7
// Define changes to default configuration here.
8
// For complete reference see:
9
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html
@@ -36,6 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
36
// Simplify the dialog windows.
37
config.removeDialogTabs = 'image:advanced;link:advanced';
38
39
- config.extraPlugins = 'justify';
40
- config.extraPlugins = 'lineheight';
+ config.extraPlugins = 'justify, lineheight';
41
};
0 commit comments