Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'collaboration.config': { 
    'userName': 'SynapEditor',
    'userColor': '#39B6B8',
    'userData': {
		'profileImage': '/img/path.png' // 사용자 이미지 경로
	}
}
// ...


설정 전설정 후

Image Modified

Image Modified


기본 이름, 기본 색 설정 (선택)

사용자 이름과 색을 설정을 하지 않았을 때 보여질 기본 이름 목록과 기본 색 목록을 설정할 수 있습니다.

...