Status title 릴리즈 2.4.0 이상
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
//...
'editor.menu.definition': {
//...,
'tools': [
//...,
'tuiImageEditor',
//...
],
//...
},
//... |
플러그인 설정하기
메뉴 위치 설정
Status title 릴리즈 2.18.2409, 3.0.2409 이상
이미지 에디터의 메뉴 위치를 설정합니다.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
//... 'tuiImageEditor.config': { 'menuBarPosition': 'bottom' // 'left', 'right', 기본 값: 'bottom' } // ... |
menuBarPosition: 'bottom' (기본 값) | menuBarPosition: 'left' | menuBarPosition: 'right' |
---|---|---|