Showing
1 changed file
with
2 additions
and
0 deletions
@@ -22,6 +22,8 @@ CKEDITOR.editorConfig = function( config ) { | @@ -22,6 +22,8 @@ CKEDITOR.editorConfig = function( config ) { | ||
22 | {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'RemoveFormat', '-', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, | 22 | {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'RemoveFormat', '-', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, |
23 | ]; | 23 | ]; |
24 | 24 | ||
25 | + config.image2_alignClasses = ['cke-leftImage', 'cke-centerImage', 'cke-rightImage']; | ||
26 | + | ||
25 | config.disableNativeSpellChecker = false; | 27 | config.disableNativeSpellChecker = false; |
26 | config.extraPlugins = 'autolink,image2,widget,widgetselection,lineutils,nbsp'; | 28 | config.extraPlugins = 'autolink,image2,widget,widgetselection,lineutils,nbsp'; |
27 | }; | 29 | }; |
-
Please register or login to post a comment