summaryrefslogtreecommitdiff
path: root/httemplate/elements/ckeditor/config.js
diff options
context:
space:
mode:
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';
+};