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



var synapEditorConfig = {
'editor.autoLink': true
}; |
var synapEditorConfig = {
'editor.buildOption.html': {
'peelOffDiv': true // 기본값 true: 불필요 해보이는 div를 filter함
}
}; |
var synapEditorConfig = {
'editor.buildOption.html': {
'allowAttrList': ['attributename', 'attributename2', '...']
}
}; |