source:
plugins/dcCKEditor/js/ckeditor/config.js
@
2962:10af9b4f1ce0
Revision 2962:10af9b4f1ce0, 344 bytes checked in by Nicolas <nikrou77@…>, 11 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[2741] | 1 | /** |
[2962] | 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. |
[2741] | 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 | }; | |
11 |
Note: See TracBrowser
for help on using the repository browser.