#1087 CKEditor의 커스텀 설정 파일을 저장소에서 제거

This commit is contained in:
bnu 2015-03-27 16:47:39 +09:00
parent 757c49444b
commit 3658d6ad2a
2 changed files with 5 additions and 10 deletions

View file

@ -1,10 +0,0 @@
/**
* @license Copyright (c) 2003-2015, 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';
};

View file

@ -0,0 +1,5 @@
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
config.language = 'ja';
config.uiColor = '#DAEDF6';
};