Page tree

Versions Compared

Key

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

Image RemovedImage Added

Status
title릴리즈 2.4.0 이상

...

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

   

플러그인 설정하기

메뉴 위치 설정

Status
title릴리즈 2.18.2409, 3.0.2409 이상

이미지 에디터의 메뉴 위치를 설정합니다. 

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'tuiImageEditor.config': {
    'menuBarPosition': 'bottom'  // 'left', 'right', 기본 값: 'bottom'
}
// ...


menuBarPosition: 'bottom' (기본 값)menuBarPosition: 'left'menuBarPosition: 'right'

Image Added

Image Added

Image Added