@sveltia/cms 0.39.4 → 0.39.6
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 +3 -1
- package/dist/sveltia-cms.js +167 -167
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +171 -171
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -194,7 +194,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
194
194
|
- Required fields, not optional fields, are clearly marked for efficient data entry.
|
|
195
195
|
- You can revert changes to all fields or a specific field.
|
|
196
196
|
- If you revert changes and there are no unsaved changes, the Save button is disabled as expected[^118].
|
|
197
|
-
- You can hide the preview of a specific field with `preview: false
|
|
197
|
+
- You can hide the preview of a specific field with `preview: false`[^126].
|
|
198
198
|
- Fields with validation errors are automatically expanded if they are part of nested, collapsed objects[^40].
|
|
199
199
|
- When you click on a field in the preview pane, the corresponding field in the edit pane is highlighted. It will be automatically expanded if collapsed[^41].
|
|
200
200
|
- The preview pane displays all fields, including each title, making it easier to see which fields are populated.
|
|
@@ -1054,3 +1054,5 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1054
1054
|
[^124]: Netlify/Decap CMS [#7233](https://github.com/decaporg/decap-cms/issues/7233)
|
|
1055
1055
|
|
|
1056
1056
|
[^125]: Netlify/Decap CMS [#475](https://github.com/decaporg/decap-cms/issues/475)
|
|
1057
|
+
|
|
1058
|
+
[^126]: Netlify/Decap CMS [#7279](https://github.com/decaporg/decap-cms/issues/7279)
|