upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / ckeditor / config.js
diff --git a/httemplate/elements/ckeditor/config.js b/httemplate/elements/ckeditor/config.js
new file mode 100644 (file)
index 0000000..a6faf18
--- /dev/null
@@ -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';
+};