Page tree

Versions Compared

Key

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

...

editor.table.handle : true(기본)editor.table.handle : false

...

Status
title릴리즈 2.3.0 이상

'editor.plugins' 설정으로 에디터에서 사용할 플러그인을 설정합니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.plugins': [
		'pluginName1',
		{ name: 'pluginName2', position: {}}
	]
}