@sveltia/cms 0.78.0 → 0.79.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 +42 -26
- package/dist/sveltia-cms.js +213 -213
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +212 -212
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +2 -2
- package/types/public.d.ts +5 -0
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
|
|
|
@@ -107,11 +107,11 @@ Due to its unfortunate abandonment in early 2022, Netlify CMS spawned 3 successo
|
|
|
107
107
|
|
|
108
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
|
|
109
109
|
- **Sveltia CMS**: not a fork but a **complete rewrite** or “total reboot”, started in November 2022, first appeared on GitHub in March 2023
|
|
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
|
|
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
|
|
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
|
|
112
|
+
Sveltia CMS is the only project that doesn’t inherit the complexity, technical debt, and numerous bugs of Netlify CMS, which was launched in 2015. Our product is better by design: We rebuilt the app from the ground up using a [modern framework](https://svelte.dev/), with full access to the [predecessor’s issue tracker](https://github.com/decaporg/decap-cms/issues). This lets us make [hundreds of improvements](#differentiators) without getting stuck in the old code.
|
|
113
113
|
|
|
114
|
-
While Sveltia CMS
|
|
114
|
+
While Sveltia CMS was created to replace legacy Netlify CMS instances, it can also be used as an alternative to other Netlify CMS successors. With its [solid i18n support](#better-i18n-support), we’re hoping our product will eventually be an appearing option for anyone looking for a free headless CMS.
|
|
115
115
|
|
|
116
116
|
### Our goals
|
|
117
117
|
|
|
@@ -123,27 +123,28 @@ While Sveltia CMS is specifically designed to replace legacy Netlify CMS instanc
|
|
|
123
123
|
|
|
124
124
|
## Development status
|
|
125
125
|
|
|
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) 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).
|
|
127
127
|
|
|
128
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:
|
|
129
129
|
|
|
130
130
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
|
|
131
131
|
- Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
|
|
132
132
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
133
|
-
- So far,
|
|
133
|
+
- So far, 215+ issues, or 425+ if including duplicates, have been effectively solved in Sveltia CMS
|
|
134
134
|
- Target:
|
|
135
135
|
- 200 issues, or 400 if including duplicates, by GA — We did it! 🎉
|
|
136
|
-
- 350 issues, or 700 if including duplicates, in the future
|
|
137
|
-
- or everything that’s relevant, fixable and worthwhile
|
|
136
|
+
- 350 issues, or 700 if including duplicates, in the future 💪
|
|
137
|
+
- or everything that’s relevant, fixable and worthwhile 🔥
|
|
138
138
|
- Issues include everything from feature requests to bug reports and [issues closed as stale](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+%22Closing+as+stale%22) or without an effective solution, as well as [discussions](https://github.com/decaporg/decap-cms/discussions) and stalled [pull requests](https://github.com/decaporg/decap-cms/pulls)
|
|
139
|
-
-
|
|
139
|
+
- Many of the bugs, including the annoying crashes, have already been solved
|
|
140
|
+
- The remaining bugs are mostly related to [unimplemented features](#current-limitations)
|
|
140
141
|
- Many of their [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) are on our table or already implemented in Sveltia CMS
|
|
141
142
|
- Solving [our own issues](https://github.com/sveltia/sveltia-cms/issues)
|
|
142
143
|
- Implementing our own enhancement ideas for every part of the product
|
|
143
144
|
- Responding to requests from the maintainer’s clients
|
|
144
145
|
- Making the code clean and maintainable
|
|
145
146
|
|
|
146
|
-
<br>
|
|
147
148
|
|
|
148
149
|
## Differentiators
|
|
149
150
|
|
|
@@ -157,7 +158,7 @@ Netlify/Decap CMS users will definitely be pleased and surprised by the numerous
|
|
|
157
158
|
- Offers a modern, intuitive user interface that utilizes the full viewport,[^178] inspired in part by the Netlify CMS v3 prototype.[^1][^211][^212][^213][^214]
|
|
158
159
|
- Provides immersive dark mode.[^2] The UI theme follows the user’s system preference by default and can be changed in the application settings.
|
|
159
160
|
- Users can easily manage content on-the-go with mobile and tablet support.[^18][^215]
|
|
160
|
-
- For a smoother experience, we even go beyond responsive design with [view transitions](https://developer.chrome.com/docs/web-platform/view-transitions), larger buttons, and other tweaks. However, there are still rough edges, and we are working to fully optimize the app for small screens and touch devices.
|
|
161
|
+
- For a smoother experience, we even go beyond responsive design with optimized navigation, [view transitions](https://developer.chrome.com/docs/web-platform/view-transitions), larger buttons, and other tweaks. However, there are still rough edges, and we are working to fully optimize the app for small screens and touch devices.
|
|
161
162
|
- If you’re already signed in on your desktop, open the Account menu in the top right corner of the CMS, click Sign In with Mobile, and scan the QR code for passwordless sign-in. Your settings will be automatically copied.
|
|
162
163
|
- Made with [Svelte](https://svelte.dev/), not React, means we can spend more time on UX rather than tedious state management. It also allows us to avoid common fatal React application crashes.[^113][^129] Best of all, Svelte offers great performance.
|
|
163
164
|
- Other crashes in Netlify/Decap CMS are also irrelevant to us, making Sveltia CMS much more stable.[^112][^203][^204]
|
|
@@ -237,10 +238,11 @@ Netlify/Decap CMS users will definitely be pleased and surprised by the numerous
|
|
|
237
238
|
- 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]
|
|
238
239
|
- The GitLab backend support comes with background [service status](https://status.gitlab.com/) checking, just like GitHub.
|
|
239
240
|
- Service status checks are performed frequently and an incident notification is displayed prominently.
|
|
240
|
-
- 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.
|
|
241
|
+
- 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.
|
|
241
242
|
- We provide [our own OAuth client](https://github.com/sveltia/sveltia-cms-auth) for GitHub and GitLab.
|
|
242
243
|
- 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
|
|
244
|
+
- 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]
|
|
245
|
+
- The OAuth token is automatically renewed with when using the GitLab or Gitea backend with PKCE authorization.[^224] Token renewal for other backend configurations will be implemented later.
|
|
244
246
|
- Features the all-new local backend that boosts DX. See the [productivity section](#better-productivity) above.
|
|
245
247
|
- Developers can select the local and remote backends while working on a local server.
|
|
246
248
|
- 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).
|
|
@@ -344,6 +346,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
344
346
|
- Required fields, not optional fields, are marked for efficient data entry.
|
|
345
347
|
- Users can revert changes to all fields or a specific field.
|
|
346
348
|
- If you revert changes and there are no unsaved changes, the Save button is disabled as expected.[^118]
|
|
349
|
+
- The new `readonly` field option makes the field read-only. This is useful when a `default` value is provided and the field should not be editable by users.[^223]
|
|
347
350
|
- Fields with validation errors are automatically expanded if they are part of nested, collapsed objects.[^40]
|
|
348
351
|
- A full regular expression, including flags, can be used for the widget `pattern` option.[^82] For example, if you want to allow 280 characters or less in a multiline text field, you could write `/^.{0,280}$/s` (but you can now use the `maxlength` option instead.)
|
|
349
352
|
- A long validation error message is displayed in full, without being hidden behind the field label.[^59]
|
|
@@ -545,7 +548,7 @@ However, 100% feature parity is not planned, and some features are still missing
|
|
|
545
548
|
|
|
546
549
|
### Features not to be implemented
|
|
547
550
|
|
|
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
|
|
551
|
+
- **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.
|
|
549
552
|
- **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.
|
|
550
553
|
- **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/).
|
|
551
554
|
- 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.
|
|
@@ -557,7 +560,7 @@ However, 100% feature parity is not planned, and some features are still missing
|
|
|
557
560
|
- [Number](https://decapcms.org/docs/widgets/#number) widget: `valueType`
|
|
558
561
|
- [Relation](https://decapcms.org/docs/widgets/#relation) widget: `displayFields`, `searchFields`, `valueField`
|
|
559
562
|
- Note: Some other camel case options, including Color widget options, are not deprecated.
|
|
560
|
-
- The deprecated Date widget: It
|
|
563
|
+
- The deprecated Date widget: It was removed from Decap CMS 3.0 and Sveltia CMS 0.10. Use the DateTime widget with the [`time_format: false` option](#changing-the-input-type-of-a-datetime-field) instead.
|
|
561
564
|
- Some date/time format tokens: [Decap CMS 3.1.1](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.1.1) replaced Moment.js with Day.js, and Sveltia CMS will follow suit soon. Since [Day.js tokens](https://day.js.org/docs/en/display/format) are not 100% compatible with [Moment.js tokens](https://momentjs.com/docs/#/displaying/format/), this could be a breaking change in certain cases.
|
|
562
565
|
- The theme and keymap inline settings of the Code widget, along with support for some languages: We use the [Prism](https://prismjs.com/)-powered code block functionality in Lexical instead of [CodeMirror](https://codemirror.net/). Prism may be [replaced by Shiki](https://github.com/facebook/lexical/issues/6575) in the future.
|
|
563
566
|
- Remark plugins for the Markdown widget: Not compatible with our Lexical-based rich text editor.
|
|
@@ -572,7 +575,7 @@ However, 100% feature parity is not planned, and some features are still missing
|
|
|
572
575
|
|
|
573
576
|
### Current limitations
|
|
574
577
|
|
|
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.
|
|
578
|
+
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.
|
|
576
579
|
|
|
577
580
|
- Comprehensive site config validation
|
|
578
581
|
- [Localization](https://github.com/sveltia/sveltia-cms/blob/main/src/lib/locales/README.md) other than English and Japanese
|
|
@@ -615,7 +618,7 @@ Sveltia CMS provides partial compatibility with [Static CMS](https://github.com/
|
|
|
615
618
|
|
|
616
619
|
### Framework support
|
|
617
620
|
|
|
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
|
|
621
|
+
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.
|
|
619
622
|
|
|
620
623
|
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.
|
|
621
624
|
|
|
@@ -624,7 +627,7 @@ We have added support for features and file structures used in certain framework
|
|
|
624
627
|
### Backend support
|
|
625
628
|
|
|
626
629
|
- 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
|
|
630
|
+
- 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).
|
|
628
631
|
|
|
629
632
|
### Browser support
|
|
630
633
|
|
|
@@ -642,7 +645,7 @@ Sveitia CMS works with all modern browsers, but there are a few limitations beca
|
|
|
642
645
|
|
|
643
646
|
### Installation & setup
|
|
644
647
|
|
|
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/)
|
|
648
|
+
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.
|
|
646
649
|
|
|
647
650
|
Or try one of the starter kits for popular frameworks created by community members:
|
|
648
651
|
|
|
@@ -661,7 +664,7 @@ Unfortunately, we are unable to provide free installation and setup support at t
|
|
|
661
664
|
|
|
662
665
|
### Migration
|
|
663
666
|
|
|
664
|
-
Have a look at the [compatibility info](#compatibility) above first. If you’re already using Netlify/Decap CMS with the GitHub or
|
|
667
|
+
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.
|
|
665
668
|
|
|
666
669
|
Open `/admin/index.html` locally with an editor like VS Code and replace the CMS `<script>` tag with the new one:
|
|
667
670
|
|
|
@@ -744,7 +747,7 @@ Limitation: YAML anchors, aliases and merge keys only work if they are in the sa
|
|
|
744
747
|
|
|
745
748
|
### Working around an authentication error
|
|
746
749
|
|
|
747
|
-
If you get an “Authentication Aborted” error when trying to sign in to GitHub or
|
|
750
|
+
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))
|
|
748
751
|
|
|
749
752
|
### Working with a local Git repository
|
|
750
753
|
|
|
@@ -752,8 +755,8 @@ Sveltia CMS has simplified the local repository workflow by removing the need fo
|
|
|
752
755
|
|
|
753
756
|
Here are the workflow steps and tips:
|
|
754
757
|
|
|
755
|
-
1. Make sure you have configured the [GitHub](https://decapcms.org/docs/github-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.
|
|
758
|
+
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.
|
|
759
|
+
- 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.
|
|
757
760
|
1. Launch the local development server for your frontend framework, typically with `npm run dev` or `pnpm dev`.
|
|
758
761
|
1. Open `http://localhost:[port]/admin/index.html` with Chrome or Edge.
|
|
759
762
|
- The port number varies by framework. Check the terminal output from the previous step.
|
|
@@ -1154,7 +1157,7 @@ Sveltia CMS supports some [data output](#better-data-output) options, including
|
|
|
1154
1157
|
```yaml
|
|
1155
1158
|
output:
|
|
1156
1159
|
omit_empty_optional_fields: false
|
|
1157
|
-
encode_file_path: false # true to URL-encode file paths for
|
|
1160
|
+
encode_file_path: false # true to URL-encode file paths for File/Image fields
|
|
1158
1161
|
json:
|
|
1159
1162
|
indent_style: space # or tab
|
|
1160
1163
|
indent_size: 2
|
|
@@ -1238,6 +1241,15 @@ Then, add the following origins depending on your Git backend and enabled integr
|
|
|
1238
1241
|
```
|
|
1239
1242
|
https://gitlab.com https://status-api.hostedstatus.com
|
|
1240
1243
|
```
|
|
1244
|
+
- Gitea: (If you’re running a self-hosted instance, use the origin instead.)
|
|
1245
|
+
- `img-src`
|
|
1246
|
+
```
|
|
1247
|
+
https://gitea.com
|
|
1248
|
+
```
|
|
1249
|
+
- `connect-src`
|
|
1250
|
+
```
|
|
1251
|
+
https://gitea.com
|
|
1252
|
+
```
|
|
1241
1253
|
- Pexels:
|
|
1242
1254
|
- `img-src`
|
|
1243
1255
|
```
|
|
@@ -1348,9 +1360,9 @@ Due Q4 2025
|
|
|
1348
1360
|
### Future
|
|
1349
1361
|
|
|
1350
1362
|
- 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)
|
|
1351
|
-
- Exploring features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a
|
|
1363
|
+
- 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]
|
|
1352
1364
|
- More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
|
|
1353
|
-
- AI integrations for image generation, content writing, etc.
|
|
1365
|
+
- AI integrations for image generation, content writing, translation, etc.
|
|
1354
1366
|
- Search enhancements
|
|
1355
1367
|
- Advanced digital asset management (DAM) features, including image editing and tagging[^114]
|
|
1356
1368
|
- Marketplace for custom widgets, etc.
|
|
@@ -1821,3 +1833,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1821
1833
|
[^221]: Netlify/Decap CMS [#3421](https://github.com/decaporg/decap-cms/issues/3421)
|
|
1822
1834
|
|
|
1823
1835
|
[^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.
|
|
1836
|
+
|
|
1837
|
+
[^223]: Netlify/Decap CMS [#7483](https://github.com/decaporg/decap-cms/issues/7483)
|
|
1838
|
+
|
|
1839
|
+
[^224]: Netlify/Decap CMS [#7352](https://github.com/decaporg/decap-cms/issues/7352)
|