@sveltia/cms 0.3.5 → 0.3.7
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 +188 -188
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
|
|
|
92
92
|
| File/Image | The `media_library` options are not yet supported other than `max_file_size` and `choose_url`. |
|
|
93
93
|
| Map | Not yet supported. |
|
|
94
94
|
| Markdown | It’s a plain text editor at this time. We’ll soon implement a rich text editor with i18n issues addressed. |
|
|
95
|
-
| Relation | The `search_fields`
|
|
95
|
+
| Relation | The `search_fields` options is not yet supported. The `options_length` option will be ignored because it confuses users and Sveltia CMS doesn’t have the search performance issue. |
|
|
96
96
|
|
|
97
97
|
### Beta features in Netlify/Decap CMS
|
|
98
98
|
|