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