@sveltia/cms 0.37.0 → 0.37.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 +1 -1
- package/dist/sveltia-cms.js +133 -133
- package/dist/sveltia-cms.mjs +127 -127
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -324,7 +324,7 @@ These limitations are expected to be resolved before or shortly after GA:
|
|
|
324
324
|
| Widget | Status in Sveltia CMS |
|
|
325
325
|
| --- | --- |
|
|
326
326
|
| Code | Not yet supported. |
|
|
327
|
-
| DateTime | The `date_format` and `time_format` options with Moment.js tokens are not yet supported. [Decap CMS 3.1.1](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.1.1) replaced Moment.js with [Day.js](https://day.js.org/), and [Decap CMS 3.3.0](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.3.0) made other changes to the widget behaviour; we’ll follow
|
|
327
|
+
| DateTime | The `date_format` and `time_format` options with Moment.js tokens are not yet supported. Note that [Decap CMS 3.1.1](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.1.1) replaced Moment.js with [Day.js](https://day.js.org/), and [Decap CMS 3.3.0](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.3.0) made other changes to the widget behaviour; we’ll follow these changes soon. |
|
|
328
328
|
| File/Image | Field-specific media folders and media library options are not yet supported other than `media_library.config.max_file_size` for the default media library. |
|
|
329
329
|
| Map | Not yet supported. |
|
|
330
330
|
| Markdown | Editor components, including built-in `image` and `code-block` as well as custom components, are not yet supported. |
|