JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / config.js
diff --git a/config.js b/config.js
new file mode 100644 (file)
index 0000000..d9cc8b3
--- /dev/null
+++ b/config.js
@@ -0,0 +1,11 @@
+/*\r
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+CKEDITOR.editorConfig = function( config )\r
+{\r
+       // Define changes to default configuration here. For example:\r
+       // config.language = 'fr';\r
+       // config.uiColor = '#AADC6E';\r
+};\r