...
'editor.toolbar' 설정에 'collaborator'를 추가해 설정합니다.
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//...
'editor.toolbar': [
'paragraphStyleWithText', '|', 'fontFamilyWithText', '|', 'fontSizeWithText', '|', ...
'collaborator', '|', // collaborator 추가
'bold', 'italic', 'underline', 'strike', ....
]
// ... |
...
