DOC, DOCX, HWP 임포트 미리보기 및 표 편집 인터페이스가 개선된 사이냅에디터 2.5.0 버전이 릴리즈되었습니다.
const synapEditorConfig = {
//...
'editor.import.selectArea.word': true,
//...
}; |



const synapEditorConfig = {
//...
/**
* 에디터 자동링크 사용 여부를 설정합니다.
*/
'editor.autoLink': true,
//...
}; |
const synapEditorConfig = {
//...
/**
* htmlBuild시 옵션을 설정합니다.
*/
'editor.buildOption.html': {
allowAttrList: ['attributename', 'attributename2', '...']
}
//...
}; |