@sveltia/cms 0.39.7 → 0.39.9
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 +4 -1
- package/dist/sveltia-cms.js +310 -300
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +311 -301
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -191,6 +191,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
191
191
|
- Assets stored in a [per-collection media folder](#using-a-custom-media-folder-for-a-collection) can be displayed next to the entries.
|
|
192
192
|
- The New Entry button won’t appear when a developer accidentally sets the `create: true` option on a file collection because it’s useless[^89].
|
|
193
193
|
- The Delete Entry button won’t appear when a developer accidentally sets the `delete: true` option on a file collection because the preconfigured files should not be deleted.
|
|
194
|
+
- A single file can be used for more than one item in a file collection[^127].
|
|
194
195
|
|
|
195
196
|
### Better content editing
|
|
196
197
|
|
|
@@ -949,7 +950,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
949
950
|
|
|
950
951
|
[^70]: Netlify/Decap CMS [#6482](https://github.com/decaporg/decap-cms/issues/6482)
|
|
951
952
|
|
|
952
|
-
[^71]: Netlify/Decap CMS [#6999](https://github.com/decaporg/decap-cms/issues/6999), [#7000](https://github.com/decaporg/decap-cms/issues/7000), [#7001](https://github.com/decaporg/decap-cms/issues/7001), [#7152](https://github.com/decaporg/decap-cms/issues/7152), [#7220](https://github.com/decaporg/decap-cms/issues/7220)
|
|
953
|
+
[^71]: Netlify/Decap CMS [#6999](https://github.com/decaporg/decap-cms/issues/6999), [#7000](https://github.com/decaporg/decap-cms/issues/7000), [#7001](https://github.com/decaporg/decap-cms/issues/7001), [#7152](https://github.com/decaporg/decap-cms/issues/7152), [#7220](https://github.com/decaporg/decap-cms/issues/7220), [#7283](https://github.com/decaporg/decap-cms/issues/7283)
|
|
953
954
|
|
|
954
955
|
[^72]: Netlify/Decap CMS [#7047](https://github.com/decaporg/decap-cms/issues/7047)
|
|
955
956
|
|
|
@@ -1060,3 +1061,5 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1060
1061
|
[^125]: Netlify/Decap CMS [#475](https://github.com/decaporg/decap-cms/issues/475)
|
|
1061
1062
|
|
|
1062
1063
|
[^126]: Netlify/Decap CMS [#7279](https://github.com/decaporg/decap-cms/issues/7279)
|
|
1064
|
+
|
|
1065
|
+
[^127]: Netlify/Decap CMS [#4518](https://github.com/decaporg/decap-cms/issues/4518)
|