Image Upload Preview Settings

Release 3.0.2408 and above, Release 2.18.2408 and above.

Sets whether to display the image before uploading via editor.upload.image.preview. (default: true)

Encrypted image files (DRM) do not provide a preview and cannot be uploaded.

If you want to upload encrypted image files (DRM), it is recommended to disable this option.

// synapeditor.config.js
{
  'editor.upload.image.preivew': true
}
<table> <thead> <tr><th><code>editor.upload.image.preview: true</code> (default)</th><th><code>editor.upload.image.preview: false</code></th></tr> </thead> <tbody> <tr> <td>

upload preview true

</td> <td>

upload preview false

</td> </tr> </tbody> </table>

Related Features