mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
#1087 CKEditor의 커스텀 설정 파일을 저장소에서 제거
This commit is contained in:
parent
757c49444b
commit
3658d6ad2a
2 changed files with 5 additions and 10 deletions
|
|
@ -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';
|
||||
};
|
||||
5
common/js/plugins/ckeditor/ckeditor/config.sample.js
Normal file
5
common/js/plugins/ckeditor/ckeditor/config.sample.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CKEDITOR.editorConfig = function( config ) {
|
||||
// Define changes to default configuration here. For example:
|
||||
config.language = 'ja';
|
||||
config.uiColor = '#DAEDF6';
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue