@sveltia/cms 0.110.2 → 0.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -606,6 +606,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
606
606
  - Uploadcare
607
607
  - An API-based integration allows users to select existing files from their Uploadcare account.[^247]
608
608
  - Supports [signed uploads](https://uploadcare.com/docs/security/secure-uploads/) to prevent unauthorized uploads. Files are uploaded with a signature computed using your secret key.
609
+ - No error is raised for file collections if the `media_folder` option is not defined.[^295]
609
610
  - Other integrations
610
611
  - Integrates stock photo providers, including Pexels, Pixabay and Unsplash.[^8] Developers can [disable them](#disabling-stock-assets) if needed.
611
612
  - More integration options, including Amazon S3 and Cloudflare R2/Images/Stream, would be added in the future.
@@ -2627,3 +2628,5 @@ This project would not have been possible without the open source Netlify CMS pr
2627
2628
  [^293]: Netlify/Decap CMS [7616](https://github.com/decaporg/decap-cms/issues/7616)
2628
2629
 
2629
2630
  [^294]: Netlify/Decap CMS [#7576](https://github.com/decaporg/decap-cms/issues/7576), [#7587](https://github.com/decaporg/decap-cms/issues/7587)
2631
+
2632
+ [^295]: Netlify/Decap CMS [6243](https://github.com/decaporg/decap-cms/issues/6243)