#1087 에디터 스킨 추가

This commit is contained in:
bnu 2015-02-24 18:57:29 +09:00
parent d9c4e416d4
commit 58c8a726ce
5 changed files with 157 additions and 1 deletions

View file

@ -1,3 +1,7 @@
/*
* @author Arnia <dev@karybu.org>
* @modifier XpressEngine <developers@xpressengine.com>
*/
CKEDITOR.plugins.add('xe_component', {
requires: 'richcombo',
icons: 'xe_component',
@ -22,7 +26,7 @@ CKEDITOR.plugins.add('xe_component', {
});
editor.ui.addRichCombo('Xe_component', {
label: '확장기능',
label: '확장기능', // @TODO: lang
title: 'Extension Components',
panel: {
css: [CKEDITOR.skin.getPath('editor')].concat(config.contentsCss),