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