@sveltia/cms 0.73.1 → 0.74.0
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 -0
- package/dist/sveltia-cms.js +188 -188
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +184 -184
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -416,6 +416,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
416
416
|
- Language-annotated code block doesn’t trigger unsaved changes.[^189]
|
|
417
417
|
- Line breaks are rendered as line breaks in the Preview Pane according to GitHub Flavored Markdown (GFM).
|
|
418
418
|
- A Markdown field plays well with a variable type List field.[^202]
|
|
419
|
+
- It’s possible to paste/drop local/remote images into the rich text editor to insert these images. Note: Pasting multiple images is [not supported in Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=864052).
|
|
419
420
|
- Number
|
|
420
421
|
- If the `value_type` option is `int` (default) or `float`, the `required` option is `false`, and the value is not entered, the field will be saved as `null` instead of an empty string.[^157] If `value_type` is anything else, the data type will remain a string.
|
|
421
422
|
- Object
|