XE 에디터 컴포넌트 아이콘 표시하기
몇버전 부터 인지는 몰라도 해당 아이콘 기능이 있음에도 표시가 안되고 있습니다.
현재 공홈도 마찬가지로 글자만 표시되는 실정.
412줄 쯔음에 아래와 같은 코드를 찾으신 다음
412
413
|
< li >< a href = "#" onclick = "return false;" id = "component_{$editor_sequence}_{$component_name}" > {$component->title}</ a ></ li > |
이렇게 변경해 주시면 됩니다.
412
413
414
|
< li >< a href = "#" onclick = "return false;" id = "component_{$editor_sequence}_{$component_name}" > < img src = "../../components/{$component_name}/component_icon.gif" alt = "" /> {$component->title}</ a ></ li > |
https://xe1.xpressengine.com/tip/22383311
댓글 2
https://github.com/xpressengine/xe-core/pull/1352
1.8.0 이상 버전부터 반영되어 있습니다 ㅇㅅㅇ;;