게시판관리에서 cheditor5로 설정했을때 target="_blank"가 자동으로 입력됩니다.
본문
cheditor5로 설정했는데,
게시판 관리에서
상단내용에 cheditor5로 소스편집할때 a태그에 target="_blank"가 자동으로 추가됩니다.
cheditor5로 입력할 때 target="_blank" 자동으로 추가안되게 하는 방법을 알고싶습니다.
답변 2
/plugin/editor/cheditor5/cheditor.js 의 설정에서 변경하면 되지 않을까 합니다.
linkTarget : '_blank' -> linkTarget : ''
트샷님 감사합니다. 좋은 정보^^
답변을 작성하시기 전에 로그인 해주세요.