ckeditor JavaScript-HTML-Editor hinzugefĆ¼gt
[kivitendo-erp.git] / js / ckeditor / config.js
diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js
new file mode 100644 (file)
index 0000000..8e304f9
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or http://ckeditor.com/license
+ */
+
+CKEDITOR.editorConfig = function( config ) {
+       // Define changes to default configuration here. For example:
+       // config.language = 'fr';
+       // config.uiColor = '#AADC6E';
+};