decap-cms
decap-cms copied to clipboard
A Git-based CMS for Static Site Generators
I'd like to inject a "Game or Event Year" into the slug. Rather than creating fields for day and year, I'd like to be able to strip the year from...
**Describe the bug** I've been working to configure a unique CMS for each Gatsby website in a monorepo on Github and can't find how to do that. I've copied the...
**Describe the bug** When uploading a large media file to a new post, the upload repeatedly times out after 60s. As it's a big file (~50MB), I'd expect the upload...
Typo in documentation which caused 'e is not iterable' while uploading images. **Summary** While setting up transformations i encountered and error with transformations. !link](https://i.postimg.cc/WbWWNL3c/2022-06-09-14-00.png) I was following the documentation and...
**Is your feature request related to a problem? Please describe.** I am looking to host my gatsby netlify blog on Cloudflare pages, not sure how to handle authentication and other...
**Summary** When implementing the option to add a `choose_url` flag to the image widget https://github.com/netlify/netlify-cms/pull/5572 the TS interface declaration for `CmsFieldFileOrImage` has not been adapted accordingly which keeps the user...
**Summary** I updated a few URLs on the readmes **Test plan** **Checklist** Please add a `x` inside each checkbox: - [x] I have read the [contribution guidelines](../CONTRIBUTING.md). - [ ]...
**Summary** **Test plan** **Checklist** Please add a `x` inside each checkbox: - [x] I have read the [contribution guidelines](../CONTRIBUTING.md). - [x] Code is formatted via running `yarn format`. - [x]...
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) See full diff in compare view Maintainer changes This version was...
**Describe the bug** When trying to write in list widget input field a comma separated list, it is impossible to add whitespaces or comma. This was introduced with `v2.10.65` **To...