Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Oct 30, 2024
1 parent da551a5 commit a1bfdc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
- A DateTime field doesn’t trigger a change in the content draft status when you’ve just started editing a new entry[^90].
- Hidden
- The `default` value supports the following template tags:
- `{{locale}}`: Replaced by the locale code[^101].
- `{{locale}}`: Replaced by the current locale code[^101].
- `{{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].
- `{{uuid}}`, `{{uuid_short}}`, `{{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).
- `{{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].
- The `default` value is saved when you create a file collection item, not just a folder collection item[^78].
- List
- 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].
Expand Down

0 comments on commit a1bfdc2

Please sign in to comment.