Page tree
Skip to end of metadata
Go to start of metadata

 릴리즈 2.16.2304 이상

에디터 컨텐츠의 높이에 맞추어 에디터 높이가 설정되도록 할 수 있습니다.

'editor.size.height.fit'을 true로 설정하면 에디터의 높이가 컨텐츠의 높이만큼 조절됩니다. (기본값 false)

'editor.size.height.fit.min'을 설정하면 에디터의 최소높이를 설정할 수 있습니다. (기본값 null)

synapeditor.config.js
{
	'editor.size.height.fit': false,
    'editor.size.height.fit.min': null // 2.17.2307 이상
}
editor.size.height.fit : true

컨텐츠 높이 설정('editor.size.height.fit': true) 시 에디터 높이 설정('editor.size.height': '600px')은 무시됩니다.

Iframe 모드에서는 컨텐츠 높이 설정('editor.size.height.fit': true)이 불가합니다.

editor.size.height.fit.min: null


릴리즈 2.17.2307 이상

editor.size.height.fit.min: 300


리사이즈 핸들('editor.resizable': true)을 이용해 에디터의 높이를 설정한 이후에는 컨텐츠에 맞추어 높이 조절이 되지 않습니다.


  • No labels