@sveltia/cms 0.9.4 → 0.9.5
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 -2
- package/dist/sveltia-cms.js +80 -80
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sveltia CMS
|
|
2
2
|
|
|
3
|
-
Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, quick replacement for [
|
|
3
|
+
Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, quick replacement for Netlify CMS and [Decap CMS](https://decapcms.org/). In some simple cases, migration is as easy as a single line of code change, although we’re still working on improving compatibility. The free, open source, UX-focused alternative to Netlify/Decap CMS is now in public beta — with more features to come.
|
|
4
4
|
|
|
5
5
|
<br>
|
|
6
6
|
|
|
@@ -167,7 +167,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
|
|
|
167
167
|
|
|
168
168
|
- [Svelte 5](https://svelte.dev/blog/runes) migration
|
|
169
169
|
- Further Netlify/Decap CMS compatibility, including Editorial Workflow
|
|
170
|
-
- Localization
|
|
170
|
+
- Localization
|
|
171
171
|
- Documentation
|
|
172
172
|
- Marketing site
|
|
173
173
|
- Demo site
|
|
@@ -269,6 +269,7 @@ In Sveltia CMS, those per-collection media folders are displayed prominently for
|
|
|
269
269
|
|
|
270
270
|
Sveltia CMS comes with a handy DeepL integration so that you can translate any text field from another locale without leaving the content editor. To enable the high-quality, quick translation feature:
|
|
271
271
|
|
|
272
|
+
1. Update your configuration file to enable the [i18n support](https://decapcms.org/docs/beta-features/#i18n-support) with multiple locales.
|
|
272
273
|
1. Sign up for [DeepL API](https://www.deepl.com/pro-api/) and copy your Authentication Key from DeepL’s Account page.
|
|
273
274
|
1. Go back to Sveltia CMS, click on the Account button in the top right corner, then click Settings.
|
|
274
275
|
1. Paste your key to the DeepL API Authentication Key field, and close the Settings dialog.
|