Page tree

Versions Compared

Key

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

...

Code Block
languagejs
<script>
	//UI상에 버튼을 노출하고 싶다면 기존 에디터 설정과 동일하게 UI이름으로 플러그인에서 제공하는 이름을 추가하면사용하면 됩니다.
	new SynapEditor('synapEditor', {
		'editor.toolbar': ['webAccessibilityChecker']
	});
</script>

...