root / drupal7 / sites / all / libraries / ckeditor-4.9.2-full / config.js @ cfceb792
1 | 85ad3d82 | Assos Assos | /**
|
---|---|---|---|
2 | b986a83e | Florent Torregrosa | * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
3 | * For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
|
||
4 | 85ad3d82 | Assos Assos | */
|
5 | |||
6 | CKEDITOR.editorConfig = function( config ) { |
||
7 | // Define changes to default configuration here. For example:
|
||
8 | // config.language = 'fr';
|
||
9 | // config.uiColor = '#AADC6E';
|
||
10 | }; |