안녕하세요 CKEditor 간단 도구상자에 기본툴바에 있는 설문조사랑, 취소선을 추가하고싶어서
modules/editor/skins/ckeditor
// Define the simple toolbar.
<!--@if($editor_toolbar === 'simple')-->
settings.ckeconfig.toolbar = [
{ name: 'styles', items: [ 'Font', 'FontSize', '-', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor' ] },
{ name: 'paragraph', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight' ] },
{ name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste' ] },
{ name: 'insert', items: [ 'Link', 'Image', 'Table' ] },
{ name: 'tools', items: [ 'Maximize', '-', 'Source' ] }
];
<!--@endif-->
에서
{ name: 'tools', items: [ 'Maximize', '-', 'Source' , 'poll_maker'] }
를 추가했는데 간단 도구상자에서 보이지 않더군요
더 수정이 필요한 곳이 있을까요?
2. 혹시 poll_maker가 라이믹스 사이트들에서 종종 사용하는 에디터 컴포넌트는 아닌가요?