Page tree

Versions Compared

Key

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


Warning

임포트 가능 확장자 설정을 위한 editor.import.extensions 키는

Status
title릴리즈 2.8.0 이상
에서만 제공합니다.


Warning

임포트 가능 확장자 설정(editor.import.extensions)중 'hwpx'는 

Status
title릴리즈 2.12.0 이상
에서만 제공합니다.


'editor.import.extensions', 'editor.upload.image.extensions', 'editor.upload.video.extensions', 'editor.upload.file.extensions' 키를 사용해 업로드 가능 확장자를 설정할 수 있습니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
    'editor.import.extensions' : ['docx', 'doc', 'docxhwp', 'hwphwpx', 'hml', 'htmhtml', 'htmlhtm', 'txt', 'xls', 'xlsx', 'odt'],
	'editor.upload.image.extensions': ['jpg', 'gif', 'png', 'jpeg'],
	'editor.upload.video.extensions': ['mp4', 'ogg', 'webm'],
	'editor.upload.file.extensions': ['bmp', 'css', 'csv', 'diff', 'doc', 
									'docx', 'eof', 'gif', 'jpeg', 'jpg', 
									'json', 'mp3', 'mp4', 'm4a', 'odp', 
									'ods', 'odt', 'ogg', 'otf', 'patch', 
									'pdf', 'png', 'ppt', 'pptx', 'rtf', 
									'svg', 'swf', 'textile', 'tif', 'tiff',
									'ttf', 'txt', 'wav', 'webm', 'woff',
									'xls', 'xlsx', 'xml', 'md', 'vtt', 
									'hwp', 'hml', 'html']
}