mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
#1087 에디터 스킨 추가
This commit is contained in:
parent
d9c4e416d4
commit
58c8a726ce
5 changed files with 157 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue