summaryrefslogtreecommitdiff
path: root/httemplate/elements/ckeditor/config.js
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-03 21:12:38 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-03 21:12:38 -0700
commit87ccff97601d522326f56184a41037278ad328c5 (patch)
tree24524e632f60d7d36442607da2378c3332725a9b /httemplate/elements/ckeditor/config.js
parent92b9791e93ad2de8ad60df75e0e342dac43b845a (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.js10
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';
+};