@sveltia/cms 0.58.5 → 0.59.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 +3 -0
- package/dist/sveltia-cms.js +185 -185
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +157 -157
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -285,6 +285,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
285
285
|
- The maximum number of characters for an entry slug can be set with the new `slug_length` collection option to avoid deployment errors with Netlify or other platforms.[^25]
|
|
286
286
|
- Setting the collection `path` doesn’t affect the entry slugs stored with the Relation widget.[^137]
|
|
287
287
|
- Entry slugs are [localizable](#localizing-entry-slugs).[^80]
|
|
288
|
+
- Users can edit entry slugs via the 3-dot menu in the Content Editor.[^184]
|
|
288
289
|
- Entry listing
|
|
289
290
|
- [Default sort field and direction](#specifying-default-entry-sort-field-and-direction) can be specified.[^172]
|
|
290
291
|
- Sorting entries by a DateTime field works as expected.[^110]
|
|
@@ -1487,3 +1488,5 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1487
1488
|
[^182]: Netlify/Decap CMS [#4416](https://github.com/decaporg/decap-cms/issues/4416)
|
|
1488
1489
|
|
|
1489
1490
|
[^183]: Netlify/Decap CMS [#1275](https://github.com/decaporg/decap-cms/issues/1275)
|
|
1491
|
+
|
|
1492
|
+
[^184]: Netlify/Decap CMS [#377](https://github.com/decaporg/decap-cms/issues/377)
|