diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:38 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-03 21:12:38 -0700 |
commit | 87ccff97601d522326f56184a41037278ad328c5 (patch) | |
tree | 24524e632f60d7d36442607da2378c3332725a9b /httemplate/elements/ckeditor/config.js | |
parent | 92b9791e93ad2de8ad60df75e0e342dac43b845a (diff) |
upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
Diffstat (limited to 'httemplate/elements/ckeditor/config.js')
-rw-r--r-- | httemplate/elements/ckeditor/config.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/ckeditor/config.js b/httemplate/elements/ckeditor/config.js new file mode 100644 index 000000000..a6faf18d9 --- /dev/null +++ b/httemplate/elements/ckeditor/config.js @@ -0,0 +1,10 @@ +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + // config.language = 'fr'; + // config.uiColor = '#AADC6E'; +}; |