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,
  },
});
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,
  },
});