Page tree

Versions Compared

Key

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

Status
title릴리즈 Release 2.4.0 이상or Above

It is the plugin that allows the user to edit image in SynapEditor with image editor provided by TOAST UI.

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.toolbar': [
	//...,
	'tuiImageEditor',
	//...
],
// ...

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.balloon': {
	//...
	'image': [
		//...
		'tuiImageEditor',
		//...
	],
	//...
}
//...

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.menu.definition': {
	//...,
	'tools': [
		//...,
		'tuiImageEditor',
		//...
	],
	//...
},
//...

...