@sveltia/cms 0.22.0 → 0.22.1
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 +3 -3
- package/dist/sveltia-cms.mjs +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,12 +119,12 @@ We are working hard to create a **significantly better alternative to Netlify CM
|
|
|
119
119
|
|
|
120
120
|
### Better collections
|
|
121
121
|
|
|
122
|
+
- Supports a [JSON configuration file](#providing-a-json-configuration-file) that can be generated for bulk or complex collections[^60].
|
|
122
123
|
- You can choose a [custom icon for each collection](#using-a-custom-icon-for-a-collection)[^3].
|
|
123
124
|
- Assets stored in a [per-collection media folder](#using-a-custom-media-folder-for-a-collection) can be displayed next to the entries.
|
|
124
125
|
- Entry slug template tags support [filter transformations](https://decapcms.org/docs/summary-strings/) just like summary string template tags[^29].
|
|
125
126
|
- You can set the maximum number of characters for an entry slug with the new `slug_length` collection option[^25].
|
|
126
127
|
- Single quotes in a slug will be replaced with `sanitize_replacement` (default: hyphen) rather than being removed[^52].
|
|
127
|
-
- Supports a [JSON configuration file](#providing-a-json-configuration-file) that can be generated for bulk or complex collections[^60].
|
|
128
128
|
|
|
129
129
|
### Better content editing
|
|
130
130
|
|
|
@@ -218,7 +218,7 @@ The table below shows the current limitations of Sveltia CMS, that are expected
|
|
|
218
218
|
| Feature | Status in Sveltia CMS |
|
|
219
219
|
| --- | --- |
|
|
220
220
|
| Backends | Only GitHub and GitLab are available. We’ll add the Test backend for our demo site and see if Azure can also be supported. |
|
|
221
|
-
| Configuration | UI
|
|
221
|
+
| Configuration | The application UI locales are only available in English and Japanese. Comprehensive config validation is not yet implemented. |
|
|
222
222
|
| Media Libraries | Cloudinary and Uploadcare are not yet supported. |
|
|
223
223
|
| Workflow | Editorial Workflow and Open Authoring are not yet supported. |
|
|
224
224
|
| Content Editor | Auto-saving a draft entry is not yet implemented. |
|