@sveltia/cms 0.77.2 → 0.78.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 +45 -24
- package/dist/sveltia-cms.js +215 -215
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +215 -215
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +2 -2
- package/types/public.d.ts +21 -11
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The free, open source alternative/successor to Netlify/Decap CMS is now in publi
|
|
|
14
14
|
|
|
15
15
|
<br>
|
|
16
16
|
|
|
17
|
-
; Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/screenshot-6.webp?20250526)<br>
|
|
18
18
|
|
|
19
19
|
## Table of contents
|
|
20
20
|
|
|
@@ -46,6 +46,7 @@ The free, open source alternative/successor to Netlify/Decap CMS is now in publi
|
|
|
46
46
|
- [Current limitations](#current-limitations)
|
|
47
47
|
- [Compatibility with Static CMS](#compatibility-with-static-cms)
|
|
48
48
|
- [Framework support](#framework-support)
|
|
49
|
+
- [Backend support](#backend-support)
|
|
49
50
|
- [Browser support](#browser-support)
|
|
50
51
|
- [Other notes](#other-notes)
|
|
51
52
|
- [Getting started](#getting-started)
|
|
@@ -106,7 +107,7 @@ Due to its unfortunate abandonment in early 2022, Netlify CMS spawned 3 successo
|
|
|
106
107
|
|
|
107
108
|
- [Static CMS](https://github.com/StaticJsCMS/static-cms): a community fork, initial commit made in September 2022 — discontinued in September 2024 after making meaningful improvements
|
|
108
109
|
- **Sveltia CMS**: not a fork but a **complete rewrite** or “total reboot”, started in November 2022, first appeared on GitHub in March 2023
|
|
109
|
-
- [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version, [announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as the official successor with a Netlify agency partner taking ownership — mostly stagnant
|
|
110
|
+
- [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version, [announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as the official successor with a Netlify agency partner taking ownership — mostly stagnant, with only occasional releases
|
|
110
111
|
|
|
111
112
|
Sveltia CMS is the only project that doesn’t inherit the complexity, technical debt and numerous bugs of Netlify CMS, which was launched back in 2015. We are confident that our decision to rebuild the application from scratch was the right and inevitable one, as proven by the [hundreds of improvements](#differentiators) we have already made.
|
|
112
113
|
|
|
@@ -122,14 +123,14 @@ While Sveltia CMS is specifically designed to replace legacy Netlify CMS instanc
|
|
|
122
123
|
|
|
123
124
|
## Development status
|
|
124
125
|
|
|
125
|
-
Sveltia CMS is currently in **beta** and version 1.0 (GA) is expected to ship in Q4 2025. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) for updates. See also our [roadmap](#roadmap).
|
|
126
|
+
Sveltia CMS is currently in **beta** and version 1.0 (GA) is expected to ship in Q4 2025. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) and follow us on [Bluesky](https://bsky.app/profile/sveltiacms.app) for updates. See also our [roadmap](#roadmap).
|
|
126
127
|
|
|
127
128
|
While we fix reported bugs as quickly as possible, usually within 24 hours, our overall progress may be slower than you think. The thing is, it’s not just a personal project of [@kyoshino](https://github.com/kyoshino), but also a complicated system that involves various kinds of activities that require considerable effort:
|
|
128
129
|
|
|
129
130
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
|
|
130
131
|
- Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
|
|
131
132
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
132
|
-
- So far, 210+ issues, or
|
|
133
|
+
- So far, 210+ issues, or 425+ if including duplicates, have been effectively solved in Sveltia CMS
|
|
133
134
|
- Target:
|
|
134
135
|
- 200 issues, or 400 if including duplicates, by GA — We did it! 🎉
|
|
135
136
|
- 350 issues, or 700 if including duplicates, in the future
|
|
@@ -236,12 +237,13 @@ Netlify/Decap CMS users will definitely be pleased and surprised by the numerous
|
|
|
236
237
|
- It’s possible to [disable automatic deployments](#disabling-automatic-deployments) by default or on demand to save costs and resources associated with CI/CD and to publish multiple changes at once.[^24]
|
|
237
238
|
- The GitLab backend support comes with background [service status](https://status.gitlab.com/) checking, just like GitHub.
|
|
238
239
|
- Service status checks are performed frequently and an incident notification is displayed prominently.
|
|
239
|
-
- Users can quickly open the source file of an entry or asset in your repository using View on GitHub (or GitLab) under the 3-dot menu when Developer Mode is enabled.
|
|
240
|
+
- Users can quickly open the source file of an entry or asset in your repository using View on GitHub (or GitLab or Gitea) under the 3-dot menu when Developer Mode is enabled.
|
|
240
241
|
- We provide [our own OAuth client](https://github.com/sveltia/sveltia-cms-auth) for GitHub and GitLab.
|
|
241
242
|
- Users won’t get a 404 Not Found error when you sign in to the GitLab backend.[^115]
|
|
243
|
+
- Our Gitea backend is high-performing because it retrieves multiple entries simultaneously. It also won’t cause 400 Bad Request errors due to the presence of `DRAFT_MEDIA_FILES` in file paths.[^222]
|
|
242
244
|
- Features the all-new local backend that boosts DX. See the [productivity section](#better-productivity) above.
|
|
243
245
|
- Developers can select the local and remote backends while working on a local server.
|
|
244
|
-
- The Test backend saves entries and assets in the browser’s [origin private file system](https://web.dev/articles/origin-private-file-system) (OPFS) so that changes are not discarded when the browser tab is closed or reloaded.[^194]
|
|
246
|
+
- The Test backend saves entries and assets in the browser’s [origin private file system](https://web.dev/articles/origin-private-file-system) (OPFS) so that changes are not discarded when the browser tab is closed or reloaded.[^194] The persistent storage support works with all modern browsers [except Safari](https://bugs.webkit.org/show_bug.cgi?id=254726).
|
|
245
247
|
|
|
246
248
|
### Better i18n support
|
|
247
249
|
|
|
@@ -378,6 +380,10 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
378
380
|
|
|
379
381
|
### Better widgets
|
|
380
382
|
|
|
383
|
+
Sveltia CMS supports all [built-in widgets](https://decapcms.org/docs/widgets/) available in Netlify/Decap CMS except Map. We have made significant improvements to these widgets while adding some new ones. The remaining Map widget will be added soon.
|
|
384
|
+
|
|
385
|
+
Note: The Date widget has been deprecated in Netlify CMS and removed from both Decap CMS and Sveltia CMS in favour of the DateTime widget, as noted in the [Compatibility](#compatibility) section.
|
|
386
|
+
|
|
381
387
|
- Boolean
|
|
382
388
|
- A required Boolean field with no default value is saved as `false` by default, without raising a confusing validation error.[^45]
|
|
383
389
|
- An optional Boolean field with no default value is also saved as `false` by default, rather than nothing.[^46]
|
|
@@ -539,7 +545,7 @@ However, 100% feature parity is not planned, and some features are still missing
|
|
|
539
545
|
|
|
540
546
|
### Features not to be implemented
|
|
541
547
|
|
|
542
|
-
- **Azure, Bitbucket and Forgejo backends**: For performance reasons. We may support these platforms if their APIs improve to allow the CMS to fetch multiple entries at once. Our
|
|
548
|
+
- **Azure, Bitbucket and Forgejo backends**: For performance reasons. We may support these platforms if their APIs improve to allow the CMS to fetch multiple entries at once. Our Gitea backend is not compatible with Forgejo due to API differences. [Forgejo support](https://github.com/sveltia/sveltia-cms/issues/381) will not be added until they implement an equivalent API enhancement.
|
|
543
549
|
- **Git Gateway backend**: Also for performance reasons. [Git Gateway](https://github.com/netlify/git-gateway) has not been actively maintained since Netlify CMS was abandoned, and it’s known to be slow and prone to rate limit violations. We plan to develop a GraphQL-based high-performance alternative in the future.
|
|
544
550
|
- **Netlify Identity Widget**: It’s not useful without Git Gateway, and the Netlify Identity service itself is now [deprecated](https://www.netlify.com/changelog/deprecation-netlify-identity/). We plan to develop an alternative solution with role support in the future, most likely using [Cloudflare Workers](https://workers.cloudflare.com/) and [Auth.js](https://authjs.dev/).
|
|
545
551
|
- The deprecated client-side implicit grant for the GitLab backend: It has already been [removed from GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/344609). Use the client-side PKCE authorization instead.
|
|
@@ -566,11 +572,10 @@ However, 100% feature parity is not planned, and some features are still missing
|
|
|
566
572
|
|
|
567
573
|
### Current limitations
|
|
568
574
|
|
|
569
|
-
These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are working hard to add them before the 1.0 release due Q4 2025.
|
|
575
|
+
These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are working hard to add them before the 1.0 release due Q4 2025. Check the [release notes](https://github.com/sveltia/sveltia-cms/releases) and [Bluesky](https://bsky.app/profile/sveltiacms.app) for updates.
|
|
570
576
|
|
|
571
577
|
- Comprehensive site config validation
|
|
572
578
|
- [Localization](https://github.com/sveltia/sveltia-cms/blob/main/src/lib/locales/README.md) other than English and Japanese
|
|
573
|
-
- [Gitea backend](https://decapcms.org/docs/gitea-backend/) ([#198](https://github.com/sveltia/sveltia-cms/issues/198))
|
|
574
579
|
- [Cloudinary](https://decapcms.org/docs/cloudinary/) and [Uploadcare](https://decapcms.org/docs/uploadcare/) media libraries ([#4](https://github.com/sveltia/sveltia-cms/discussions/4))
|
|
575
580
|
- Field-specific media folders (beta) for the [File](https://decapcms.org/docs/widgets/#file) and [Image](https://decapcms.org/docs/widgets/#image) widgets
|
|
576
581
|
- [Map](https://decapcms.org/docs/widgets/#map) widget
|
|
@@ -610,11 +615,16 @@ Sveltia CMS provides partial compatibility with [Static CMS](https://github.com/
|
|
|
610
615
|
|
|
611
616
|
### Framework support
|
|
612
617
|
|
|
613
|
-
While Sveltia CMS is built with Svelte, the application is **framework-agnostic**. It’s a small, compiled, vanilla JavaScript bundle that manages content in a Git repository directly via
|
|
618
|
+
While Sveltia CMS is built with Svelte, the application is **framework-agnostic**. It’s a small, compiled, vanilla JavaScript bundle that manages content in a Git repository directly via an API. It doesn’t interact with the framework that builds your site.
|
|
614
619
|
|
|
615
620
|
So you can use the CMS with any framework or static site generator (SSG) that can load static files during the build process, including but not limited to Astro, Eleventy, Hugo, Jekyll, Next.js, SvelteKit and VitePress.
|
|
616
621
|
|
|
617
|
-
We have added support for features used
|
|
622
|
+
We have added support for features and file structures used in certain frameworks and i18n libraries, such as [index file inclusion](#including-hugos-special-index-file-in-a-folder-collection) and [slug localization](#localizing-entry-slugs) for Hugo, i18n support for Astro and Zola, and [some enhancements](https://github.com/sveltia/sveltia-cms/issues/230) for VitePress. [Let us know](https://github.com/sveltia/sveltia-cms/issues/new?type=feature) if your framework has specific requirements.
|
|
623
|
+
|
|
624
|
+
### Backend support
|
|
625
|
+
|
|
626
|
+
- The GitLab backend requires GitLab 16.3 or later.
|
|
627
|
+
- The Gitea backend requires Gitea 1.24 or later. It’s not compatible with Forgejo due to API differences. Support for Forgejo is tracked in [#381](https://github.com/sveltia/sveltia-cms/issues/381). The default origin of the `base_url` and `api_root` [backend options](https://decapcms.org/docs/backends-overview/#backend-configuration) is set to `https://gitea.com` (public free service) instead of `https://try.gitea.io` (test instance).
|
|
618
628
|
|
|
619
629
|
### Browser support
|
|
620
630
|
|
|
@@ -622,18 +632,17 @@ Sveitia CMS works with all modern browsers, but there are a few limitations beca
|
|
|
622
632
|
|
|
623
633
|
- The [local repository workflow](#working-with-a-local-git-repository) requires a Chromium-based browser, including Chrome, Edge and Brave.
|
|
624
634
|
- Safari: The Test backend doesn’t save changes locally; [image optimization](#optimizing-images-for-upload) is slower than in other browsers.
|
|
625
|
-
- Firefox ESR and its derivatives, including Tor Browser and Mullvad Browser, are not officially supported, although they may still work.
|
|
635
|
+
- Firefox Extended Support Release (ESR) and its derivatives, including Tor Browser and Mullvad Browser, are not officially supported, although they may still work.
|
|
626
636
|
|
|
627
637
|
### Other notes
|
|
628
638
|
|
|
629
639
|
- Sveltia CMS requires a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts), meaning it only works with HTTPS, `localhost` or `127.0.0.1` URLs. If you’re running a remote server yourself and the content is served over HTTP, get a TLS certificate from [Let’s Encrypt](https://letsencrypt.org/).
|
|
630
|
-
- The GitLab backend requires GitLab 16.3 or later.
|
|
631
640
|
|
|
632
641
|
## Getting started
|
|
633
642
|
|
|
634
643
|
### Installation & setup
|
|
635
644
|
|
|
636
|
-
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and choose the [GitHub](https://decapcms.org/docs/github-backend/)
|
|
645
|
+
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and choose the [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapcms.org/docs/gitlab-backend/) or [Gitea](https://decapcms.org/docs/gitea-backend/) backend instead. Then migrate to Sveltia CMS as described below.
|
|
637
646
|
|
|
638
647
|
Or try one of the starter kits for popular frameworks created by community members:
|
|
639
648
|
|
|
@@ -652,7 +661,7 @@ Unfortunately, we are unable to provide free installation and setup support at t
|
|
|
652
661
|
|
|
653
662
|
### Migration
|
|
654
663
|
|
|
655
|
-
Have a look at the [compatibility info](#compatibility) above first. If you’re already using Netlify/Decap CMS with the GitHub or
|
|
664
|
+
Have a look at the [compatibility info](#compatibility) above first. If you’re already using Netlify/Decap CMS with the GitHub, GitLab or Gitea backend and don’t have any unsupported features like custom widgets or nested collections, migrating to Sveltia CMS is super easy — it works as a drop-in replacement.
|
|
656
665
|
|
|
657
666
|
Open `/admin/index.html` locally with an editor like VS Code and replace the CMS `<script>` tag with the new one:
|
|
658
667
|
|
|
@@ -735,7 +744,7 @@ Limitation: YAML anchors, aliases and merge keys only work if they are in the sa
|
|
|
735
744
|
|
|
736
745
|
### Working around an authentication error
|
|
737
746
|
|
|
738
|
-
If you get an “Authentication Aborted” error when trying to sign in to GitHub or
|
|
747
|
+
If you get an “Authentication Aborted” error when trying to sign in to GitHub, GitLab or Gitea using the authorization code flow, you may need to check your site’s [`Cross-Origin-Opener-Policy`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy). The COOP header is not widely used, but it’s known to break the OAuth flow with a popup window. If that’s your case, changing `same-origin` to `same-origin-allow-popups` solves the problem. ([Discussion](https://github.com/sveltia/sveltia-cms/issues/131))
|
|
739
748
|
|
|
740
749
|
### Working with a local Git repository
|
|
741
750
|
|
|
@@ -743,8 +752,8 @@ Sveltia CMS has simplified the local repository workflow by removing the need fo
|
|
|
743
752
|
|
|
744
753
|
Here are the workflow steps and tips:
|
|
745
754
|
|
|
746
|
-
1. Make sure you have configured the [GitHub](https://decapcms.org/docs/github-backend/)
|
|
747
|
-
- The Git Gateway backend mentioned in the Netlify/Decap CMS [local Git repository document](https://decapcms.org/docs/working-with-a-local-git-repository/) is not supported in Sveltia CMS, so `name: git-gateway` won’t work.
|
|
755
|
+
1. Make sure you have configured the [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapcms.org/docs/gitlab-backend/) or [Gitea](https://decapcms.org/docs/gitea-backend/) backend.
|
|
756
|
+
- The Git Gateway backend mentioned in the Netlify/Decap CMS [local Git repository document](https://decapcms.org/docs/working-with-a-local-git-repository/) is not supported in Sveltia CMS, so `name: git-gateway` won’t work. Use `github`, `gitlab` or `gitea` for the `name` along with the `repo` definition. If you haven’t determined your repository name yet, just use a tentative name.
|
|
748
757
|
1. Launch the local development server for your frontend framework, typically with `npm run dev` or `pnpm dev`.
|
|
749
758
|
1. Open `http://localhost:[port]/admin/index.html` with Chrome or Edge.
|
|
750
759
|
- The port number varies by framework. Check the terminal output from the previous step.
|
|
@@ -1126,7 +1135,7 @@ We understand that this configuration may be a bit confusing, but it’s necessa
|
|
|
1126
1135
|
|
|
1127
1136
|
This tip is not really specific to Sveltia CMS, but some developers have asked the maintainer about it:
|
|
1128
1137
|
|
|
1129
|
-
In the Markdown editor, pressing `Shift+Enter` inserts a [soft line break](https://spec.commonmark.org/0.31.2/#soft-line-breaks) (`\n`). We can’t change the behaviour to add a [hard line break](https://spec.commonmark.org/0.31.2/#hard-line-breaks) (`<br>`) — it’s a limitation of the underlying [Lexical](https://lexical.dev/) framework. However, if you look at the preview, you may notice that
|
|
1138
|
+
In the Markdown editor, pressing `Shift+Enter` inserts a [soft line break](https://spec.commonmark.org/0.31.2/#soft-line-breaks) (`\n`). We can’t change the behaviour to add a [hard line break](https://spec.commonmark.org/0.31.2/#hard-line-breaks) (`<br>`) — it’s a limitation of the underlying [Lexical](https://lexical.dev/) framework. However, if you look at the preview, you may notice that soft line breaks are rendered as hard line breaks. That’s because the preview is using the [Marked](https://github.com/markedjs/marked) library with the [`breaks` option](https://marked.js.org/using_advanced#options) enabled, which mimics how comments are rendered on GitHub.
|
|
1130
1139
|
|
|
1131
1140
|
Chances are the Markdown parser you use for your frontend can do the same:
|
|
1132
1141
|
|
|
@@ -1145,6 +1154,7 @@ Sveltia CMS supports some [data output](#better-data-output) options, including
|
|
|
1145
1154
|
```yaml
|
|
1146
1155
|
output:
|
|
1147
1156
|
omit_empty_optional_fields: false
|
|
1157
|
+
encode_file_path: false # true to URL-encode file paths for File/Image fields
|
|
1148
1158
|
json:
|
|
1149
1159
|
indent_style: space # or tab
|
|
1150
1160
|
indent_size: 2
|
|
@@ -1228,6 +1238,15 @@ Then, add the following origins depending on your Git backend and enabled integr
|
|
|
1228
1238
|
```
|
|
1229
1239
|
https://gitlab.com https://status-api.hostedstatus.com
|
|
1230
1240
|
```
|
|
1241
|
+
- Gitea: (If you’re running a self-hosted instance, use the origin instead.)
|
|
1242
|
+
- `img-src`
|
|
1243
|
+
```
|
|
1244
|
+
https://gitea.com
|
|
1245
|
+
```
|
|
1246
|
+
- `connect-src`
|
|
1247
|
+
```
|
|
1248
|
+
https://gitea.com
|
|
1249
|
+
```
|
|
1231
1250
|
- Pexels:
|
|
1232
1251
|
- `img-src`
|
|
1233
1252
|
```
|
|
@@ -1320,7 +1339,7 @@ See [Contributing to Sveltia CMS](https://github.com/sveltia/sveltia-cms/blob/ma
|
|
|
1320
1339
|
|
|
1321
1340
|
Due Q4 2025
|
|
1322
1341
|
|
|
1323
|
-
- Enhanced [compatibility with Netlify/Decap CMS](#
|
|
1342
|
+
- Enhanced [compatibility with Netlify/Decap CMS](#current-limitations)
|
|
1324
1343
|
- Tackling some more Netlify/Decap CMS issues
|
|
1325
1344
|
- Accessibility audit
|
|
1326
1345
|
- [Localization](https://github.com/sveltia/sveltia-cms/blob/main/src/lib/locales/README.md)
|
|
@@ -1338,9 +1357,9 @@ Due Q4 2025
|
|
|
1338
1357
|
### Future
|
|
1339
1358
|
|
|
1340
1359
|
- Tackling many of the remaining Netlify/Decap CMS issues, including MDX support,[^122] manual entry sorting,[^125] config editor[^10] and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
1341
|
-
- Exploring features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a
|
|
1360
|
+
- Exploring features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a Git service account (Git Gateway alternative), post locking (like [WordPress](https://codex.wordpress.org/Post_Locking))[^166] and scheduled posts[^167]
|
|
1342
1361
|
- More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
|
|
1343
|
-
- AI integrations for image generation, content writing, etc.
|
|
1362
|
+
- AI integrations for image generation, content writing, translation, etc.
|
|
1344
1363
|
- Search enhancements
|
|
1345
1364
|
- Advanced digital asset management (DAM) features, including image editing and tagging[^114]
|
|
1346
1365
|
- Marketplace for custom widgets, etc.
|
|
@@ -1512,7 +1531,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1512
1531
|
|
|
1513
1532
|
[^72]: Netlify/Decap CMS [#7047](https://github.com/decaporg/decap-cms/issues/7047)
|
|
1514
1533
|
|
|
1515
|
-
[^73]: Netlify/Decap CMS [#6993](https://github.com/decaporg/decap-cms/issues/6993), [#7123](https://github.com/decaporg/decap-cms/issues/7123), [#7127](https://github.com/decaporg/decap-cms/issues/7127), [#7128](https://github.com/decaporg/decap-cms/issues/7128), [#7237](https://github.com/decaporg/decap-cms/issues/7237), [#7251](https://github.com/decaporg/decap-cms/issues/7251), [#7361](https://github.com/decaporg/decap-cms/issues/7361), [#7391](https://github.com/decaporg/decap-cms/issues/7391), [#7393](https://github.com/decaporg/decap-cms/issues/7393), [#7470](https://github.com/decaporg/decap-cms/issues/7470), [#7475](https://github.com/decaporg/decap-cms/issues/7475)
|
|
1534
|
+
[^73]: Netlify/Decap CMS [#6993](https://github.com/decaporg/decap-cms/issues/6993), [#7123](https://github.com/decaporg/decap-cms/issues/7123), [#7127](https://github.com/decaporg/decap-cms/issues/7127), [#7128](https://github.com/decaporg/decap-cms/issues/7128), [#7237](https://github.com/decaporg/decap-cms/issues/7237), [#7251](https://github.com/decaporg/decap-cms/issues/7251), [#7361](https://github.com/decaporg/decap-cms/issues/7361), [#7391](https://github.com/decaporg/decap-cms/issues/7391), [#7393](https://github.com/decaporg/decap-cms/issues/7393), [#7470](https://github.com/decaporg/decap-cms/issues/7470), [#7475](https://github.com/decaporg/decap-cms/issues/7475), [#7480](https://github.com/decaporg/decap-cms/issues/7480)
|
|
1516
1535
|
|
|
1517
1536
|
[^74]: Netlify/Decap CMS [#4209](https://github.com/decaporg/decap-cms/issues/4209)
|
|
1518
1537
|
|
|
@@ -1600,7 +1619,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1600
1619
|
|
|
1601
1620
|
[^116]: Netlify/Decap CMS [#3431](https://github.com/decaporg/decap-cms/issues/3431)
|
|
1602
1621
|
|
|
1603
|
-
[^117]: Netlify/Decap CMS [#3562](https://github.com/decaporg/decap-cms/issues/3562), [#6215](https://github.com/decaporg/decap-cms/issues/6215)
|
|
1622
|
+
[^117]: Netlify/Decap CMS [#3562](https://github.com/decaporg/decap-cms/issues/3562), [#6215](https://github.com/decaporg/decap-cms/issues/6215), [#7479](https://github.com/decaporg/decap-cms/issues/7479)
|
|
1604
1623
|
|
|
1605
1624
|
[^118]: Netlify/Decap CMS [#7267](https://github.com/decaporg/decap-cms/issues/7267)
|
|
1606
1625
|
|
|
@@ -1809,3 +1828,5 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1809
1828
|
[^220]: Netlify/Decap CMS [#2153](https://github.com/decaporg/decap-cms/issues/2153)
|
|
1810
1829
|
|
|
1811
1830
|
[^221]: Netlify/Decap CMS [#3421](https://github.com/decaporg/decap-cms/issues/3421)
|
|
1831
|
+
|
|
1832
|
+
[^222]: Netlify/Decap CMS [#7281](https://github.com/decaporg/decap-cms/issues/7281) — The issue was closed, but the attached PR is not yet merged.
|