Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,5 +23,5 @@ CKEDITOR.editorConfig = function( config ) { | @@ -23,5 +23,5 @@ CKEDITOR.editorConfig = function( config ) { | ||
23 | ]; | 23 | ]; |
24 | 24 | ||
25 | config.disableNativeSpellChecker = false; | 25 | config.disableNativeSpellChecker = false; |
26 | - config.extraPlugins = 'autolink,image2,widget,widgetselection,lineutils,nbsp'; | 26 | + config.extraPlugins = 'autolink,image2,widget,widgetselection,lineutils,nbsp,liststyle'; |
27 | }; | 27 | }; |
-
Please register or login to post a comment