From 8630f2bc4d63b3320f5469d9532a1cba1dddb7a3 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Tue, 24 Nov 2009 23:57:24 +0000 Subject: ckeditor 3.0.1 'raw' - needs reordering a little, but samples currently functional --- config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..4f73dae --- /dev/null +++ b/config.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2009, 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'; +}; -- cgit v1.3