1. Teil der Wiederherstellung der Editoren-Funktionalität (Sortables, Draggables und Bild-Behandlungen fehlen)

This commit is contained in:
2016-09-12 22:28:39 +00:00
parent 4328a19cab
commit dd2d342013
406 changed files with 15843 additions and 0 deletions

10
js/ckeditor/config.js Normal file
View File

@@ -0,0 +1,10 @@
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
};