From 3658d6ad2a0c4b82eff6efbec1302aa07f721890 Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 27 Mar 2015 16:47:39 +0900 Subject: [PATCH] =?UTF-8?q?#1087=20CKEditor=EC=9D=98=20=EC=BB=A4=EC=8A=A4?= =?UTF-8?q?=ED=85=80=20=EC=84=A4=EC=A0=95=20=ED=8C=8C=EC=9D=BC=EC=9D=84=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EC=86=8C=EC=97=90=EC=84=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/plugins/ckeditor/ckeditor/config.js | 10 ---------- common/js/plugins/ckeditor/ckeditor/config.sample.js | 5 +++++ 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 common/js/plugins/ckeditor/ckeditor/config.js create mode 100644 common/js/plugins/ckeditor/ckeditor/config.sample.js diff --git a/common/js/plugins/ckeditor/ckeditor/config.js b/common/js/plugins/ckeditor/ckeditor/config.js deleted file mode 100644 index 06159c0c5..000000000 --- a/common/js/plugins/ckeditor/ckeditor/config.js +++ /dev/null @@ -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'; -}; diff --git a/common/js/plugins/ckeditor/ckeditor/config.sample.js b/common/js/plugins/ckeditor/ckeditor/config.sample.js new file mode 100644 index 000000000..ddd6b940e --- /dev/null +++ b/common/js/plugins/ckeditor/ckeditor/config.sample.js @@ -0,0 +1,5 @@ +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + config.language = 'ja'; + config.uiColor = '#DAEDF6'; +};