라이믹스 에디터 툴바를 커스텀하고 싶습니다.
common/js/plugins/ckeditor/ckeditor 에서 config.js 를 아래와 같이 수정했습니다.
config.toolbar = [
{ name: 'insert', items: ['Image', 'Table'] },
{ name: 'document', items: ['Source'] },
{ name: 'links', items: ['Link', 'Unlink'] },
{ name: 'basicstyles', items: ['Bold', 'Italic', 'RemoveFormat'] },
{ name: 'paragraph', items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent', 'Blockquote'] },
{ name: 'Justify', items: ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] },
{ name: 'Styles', items: ['Styles', 'Format'] },
{ name: 'colors', items: ['TextColor', 'BGColor'] },
{ name: 'xecomponent' }
];
이렇게 해도 xe의 추가 컴포넌트가 툴바에 나오질 않네요.
혹시 뭐가 문제인지 알 수 있을까요?
감사합니다.
지금 컴퍼넌트 말씀 하시는 것이라면 따로 플러그인 추가하거나 js를 수정하시는게 아닙니다. 라이믹스는 js에서 수정하지도 않습니다.