diff options
| author | Lester Caine <lester@lsces.co.uk> | 2010-03-23 00:33:13 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2010-03-23 00:33:13 +0000 |
| commit | 4949345376066ec221b796204e8cc87f50e7308a (patch) | |
| tree | 12a8ba2532a66c6d11bab1112466252356a4899c /_source/core/config.js | |
| parent | 53bc2c91b49c39fcd56fabf69c28bd64f485593b (diff) | |
| download | ckeditor-4949345376066ec221b796204e8cc87f50e7308a.tar.gz ckeditor-4949345376066ec221b796204e8cc87f50e7308a.tar.bz2 ckeditor-4949345376066ec221b796204e8cc87f50e7308a.zip | |
plugins have to be in _source - base plugin directory not being used
Diffstat (limited to '_source/core/config.js')
| -rw-r--r-- | _source/core/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_source/core/config.js b/_source/core/config.js index d83e0e3..1f36187 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -227,7 +227,7 @@ CKEDITOR.config = * @example
* config.extraPlugins = 'myplugin,anotherplugin';
*/
- extraPlugins : '',
+ extraPlugins : 'aspell',
/**
* List of plugins that must not be loaded. This is a tool setting which
|
