decap-cms
decap-cms copied to clipboard
A Git-based CMS for Static Site Generators
**Is your feature request related to a problem? Please describe.** We need to turn on branch protection for the main branch in our repository to reach security requirements, which means...
**Describe the bug** I've set up commit messages templates according to [the documentation](https://decapcms.org/docs/configuration-options/?#commit-message-templates) (see CMS config-file). I expected to see the users login email or username when using `{{author-login}}`, but...
Changed ToolbarContainer's position element to be absolute - #7197 Fixes #7197 **Summary** I was following the docs and wanted to mount decap inside of a div on my page, this...
**Describe the bug** I followed the docs to mount decap in a div using id="nc-root". I did this so that I could add a header and a footer, but I...
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child o...
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Applicable Versions:** - Decap CMS version: `[email protected]` - Git provider: `github` - Browser version: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36...
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&a...
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Applicable Versions:** - Netlify CMS version: `[email protected]` - Git provider: `git-gateway` - Browser version: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36...
The authorization type "Bearer" is more widely recognized than "token". E.g. Gitlab requires that you use "Bearer". Github mentions that it accepts both "token" and "Bearer": https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api?apiVersion=2022-11-28#about-authentication Gitlab seems to...
The CMS is not optimized for mobile, but it you can still edit and add new content, except for images. You can scroll on the device to get to the...
**Summary** Trying to address some of the reproducible bugs in current markdown editor. The ultimate plan is still to upgrade the editor to Plate and have high hopes that that...
**Is your feature request related to a problem? Please describe.** I'm using this CMS as a backend for a small website built via SSG so the owner can maintain it...