@sveltia/cms 0.3.8 → 0.3.10
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 +2 -1
- package/dist/sveltia-cms.js +239 -239
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
42
42
|
|
|
43
43
|
### Better productivity
|
|
44
44
|
|
|
45
|
-
- Integrating Pexels, Pixabay and Unsplash to allow inserting free stock photos into image fields with no hassle.
|
|
45
|
+
- Integrating Pexels, Pixabay and Unsplash to allow inserting free stock photos into image fields with no hassle[^8].
|
|
46
46
|
- Able to work on a local Git repository without having to run a proxy server. [See below](#work-with-a-local-git-repository) for details.
|
|
47
47
|
- Able to delete multiple entries and assets at once.
|
|
48
48
|
- Solving various outstanding Netlify/Decap CMS bugs[^11].
|
|
@@ -330,6 +330,7 @@ This software is provided “as is” without any express or implied warranty. T
|
|
|
330
330
|
[^5]: [Netlify/Decap CMS #1032](https://github.com/decaporg/decap-cms/issues/1032)
|
|
331
331
|
[^6]: [Netlify/Decap CMS #3240](https://github.com/decaporg/decap-cms/issues/3240)
|
|
332
332
|
[^7]: [Netlify/Decap CMS #4386](https://github.com/decaporg/decap-cms/issues/4386)
|
|
333
|
+
[^8]: [Netlify/Decap CMS #2579](https://github.com/decaporg/decap-cms/issues/2579)
|
|
333
334
|
[^10]: [Netlify/Decap CMS #341](https://github.com/decaporg/decap-cms/issues/341)
|
|
334
335
|
[^11]: [Netlify/Decap CMS #1382](https://github.com/decaporg/decap-cms/issues/1382) and many more. We’ll be updating this list after reviewing their issue list.
|
|
335
336
|
[^12]: [Netlify/Decap CMS #1975](https://github.com/decaporg/decap-cms/issues/1975)
|