diff options
Diffstat (limited to 'release/config.js')
-rw-r--r-- | release/config.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release/config.js b/release/config.js new file mode 100644 index 0000000..01a391a --- /dev/null +++ b/release/config.js | |||
@@ -0,0 +1,10 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | |||
6 | CKEDITOR.editorConfig = function( config ) { | ||
7 | // Define changes to default configuration here. For example: | ||
8 | // config.language = 'fr'; | ||
9 | // config.uiColor = '#AADC6E'; | ||
10 | }; | ||