@sveltia/cms 0.45.0 → 0.45.2
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 +2 -2
- package/dist/sveltia-cms.js +63 -63
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +63 -63
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -297,9 +297,9 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
297
297
|
- A DateTime field doesn’t trigger a change in the content draft status when you’ve just started editing a new entry[^90].
|
|
298
298
|
- Hidden
|
|
299
299
|
- The `default` value supports the following template tags:
|
|
300
|
-
- `{{locale}}`: Replaced by the locale code[^101].
|
|
300
|
+
- `{{locale}}`: Replaced by the current locale code[^101].
|
|
301
301
|
- `{{datetime}}` Replaced by the current date/time in [ISO 8601 format](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format)[^102].
|
|
302
|
-
- `{{uuid}}`, `{{uuid_short}}
|
|
302
|
+
- `{{uuid}}`, `{{uuid_short}}` and `{{uuid_shorter}}`: Replaced by a random UUID or its shorter version, just like the [slug template tags](#using-a-random-id-for-an-entry-slug)[^12].
|
|
303
303
|
- The `default` value is saved when you create a file collection item, not just a folder collection item[^78].
|
|
304
304
|
- List
|
|
305
305
|
- It’s possible to [edit data files with a top-level list](#editing-data-files-with-a-top-level-list) using the new `root` option[^148].
|