| Status | ||
|---|---|---|
|
Set 'editor.import.alwaysOverwriting' option to work overwriting all the time have imports always overwrite without the confirmation dialog window. (default false) 'editor.import.alwaysOverwriting' 옵션을 설정하여 이어넣기/새로넣기 확인 메세지 없이 항상 새로넣도록 설정합니다. (기본값 - false)
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.import.alwaysOverwriting': false
} |
| editor.import.alwaysOverwriting: true | editor.import.alwaysOverwriting: falsetrue | |
|---|---|---|
false |
관련기능See also
- Setting Import API and Upload API
- Set File Field name of FormData FormData의 File Field Name 설정





