@sveltia/cms 0.9.8 → 0.9.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 +1 -1
- package/dist/sveltia-cms.js +60 -60
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
|
|
|
125
125
|
| --- | --- |
|
|
126
126
|
| Code | Not supported yet. |
|
|
127
127
|
| Color | The `enableAlpha` option is not supported yet. |
|
|
128
|
-
| Date/DateTime | The `date_format` and `time_format` options with Moment.js tokens are not supported yet. We may deprecate the Moment.js format support anyway. |
|
|
128
|
+
| Date/DateTime | The `date_format` and `time_format` options with Moment.js tokens are not supported yet. We may deprecate the Moment.js format support anyway. Note: Decap CMS 3.1.0 will replace Moment.js with [Day.js](https://day.js.org/); we’ll follow the change once it’s shipped. |
|
|
129
129
|
| File/Image | Field-specific media folders and media library options are not supported yet other than `media_library.config.max_file_size` for the default media library. |
|
|
130
130
|
| Map | Not supported yet. |
|
|
131
131
|
| Markdown | It’s a plain text editor at this time. A rich text editor is coming soon. |
|