Skip to main content
Version: 1.157.0

SVG Images

If you would like to allow SVG image uploads, you can use the following feature flag. By default, SVG image uploads are disabled.

unlayer.init({
features: {
svgImageUpload: true,
},
});