JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / _source / tests / core / _editor / custom_config_1.js
diff --git a/_source/tests/core/_editor/custom_config_1.js b/_source/tests/core/_editor/custom_config_1.js
new file mode 100644 (file)
index 0000000..12a5225
--- /dev/null
@@ -0,0 +1,10 @@
+/*\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
+       config.customConfig = '_editor/custom_config_2.js';\r
+       config.test_custom1 = 'Ok';\r
+};\r