mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix compatibility with sketchbook skin after removal of XpressEditor
스케치북 스킨 등에서 XpressEditor 파일을 강제로 로딩하려고 할 경우 CKEditor의 동일 파일로 치환하도록 변경함 https://www.xetown.com/qna/778780 오류가 발생하는 사이트에서는 캐시파일 재생성이 필요할 수 있음
This commit is contained in:
parent
427f22a903
commit
a29fa554c1
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class HTMLDisplayHandler
|
|||
*/
|
||||
public static $replacements = array(
|
||||
'@\bcommon/xeicon/@' => 'common/css/xeicon/',
|
||||
'@\beditor/skins/xpresseditor/js/xe_textarea\.(?:min\.)?js@' => 'editor/skins/ckeditor/js/xe_textarea.js',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue