Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
const synapEditorConfig = {
	//...
	/**
	 * 에디터 자동링크 사용 여부를 설정합니다.
	 */
	'editor.autoLink': true,
	//...
};


6. HTML 불러오기 미지원 HTML TAG 표현 개선

...

Code Block
const synapEditorConfig = { 
	//...
	/**
	 * htmlBuild시 옵션을 설정합니다.
	 */
	'editor.buildOption.html': { allowAttrList: ['attributename', 'attributename2', '...'] }
	//... 
};