Revision b857a9fc
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
js/ckeditor/config.js | ||
---|---|---|
1 | 1 |
/** |
2 |
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
|
2 |
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
3 | 3 |
* For licensing, see LICENSE.md or http://ckeditor.com/license |
4 | 4 |
*/ |
5 | 5 |
|
6 | 6 |
CKEDITOR.editorConfig = function( config ) { |
7 |
// Define changes to default configuration here. For example: |
|
8 |
// config.language = 'fr'; |
|
9 |
// config.uiColor = '#AADC6E'; |
|
7 |
// Dialog windows are also simplified. |
|
8 |
config.removeDialogTabs = 'link:advanced'; |
|
10 | 9 |
}; |
Auch abrufbar als: Unified diff
ckeditor update auf 4.7.2