Showing
1 changed file
with
1 additions
and
0 deletions
@@ -41,5 +41,6 @@ CKEDITOR.editorConfig = function (config) { | @@ -41,5 +41,6 @@ CKEDITOR.editorConfig = function (config) { | ||
41 | {name: 'about', items: ['About']} | 41 | {name: 'about', items: ['About']} |
42 | ]; | 42 | ]; |
43 | config.disableNativeSpellChecker = false; | 43 | config.disableNativeSpellChecker = false; |
44 | + config.extraPlugins = 'nbsp'; | ||
44 | }; | 45 | }; |
45 | 46 |
-
Please register or login to post a comment