decap-cms icon indicating copy to clipboard operation
decap-cms copied to clipboard

A Git-based CMS for Static Site Generators

Results 351 decap-cms issues
Sort by recently updated
recently updated
newest added

It is great that we can add template tags to the summary of a collection entry, for instance `{{dirname}}` is useful on nested files. However, it is not possible to...

good first issue
area: ux
type: feature

Hi! I'm facing an error, it's my first time using Decap. **Describe the bug** I've created a collection with a specific path, when i try to create a new object...

type: bug
area: extensions/backends/gitea

Is it possible to disable the login page for the "git-gateway" backend? The use case is to have the CMS secured via an external means, such as a reverse proxy,...

area: auth
type: feature

Fixes https://github.com/decaporg/decap-cms/issues/7241 **Summary** Long time user of decap-cms, always wanted a way to use while on my phone, this PR fixes that. Added media queries for responsive styling `` is...

**Is your feature request related to a problem? Please describe.** I have a nested folder collection for a directory tree that also includes a news section. For this section (that...

good first issue
type: feature
area: nested-collections

**Describe the bug** If multiple users try to edit translations for the same document, they will overwrite each others changes since Decap groups changes to a document and all translations...

area: i18n

**Is your feature request related to a problem? Please describe.** Not a problem, just a beta feature that has not yet been fully developed. ref: https://www.netlifycms.org/docs/beta-features/#list-widget-variable-types > Note: this feature...

good first issue
kind: enhancement
area: ui/editor/preview-pane
pinned

**Summary** When using a Variable Type list widget and a custom preview component, the `widgetsFor` helper would only return a `data` list with each of the items in the list,...

**Describe the bug** I'm experiencing an issue with the i18n setup for relation widgets in Decap CMS. When using the relation widget with i18n across multiple locales, the CMS consistently...

type: bug
area: extensions/widgets/relation

closes #7233 **Summary** When pasting html into markdown, keep styles instead of plain text. Code copied from official example https://github.com/ianstormtaylor/slate/blob/main/site/examples/paste-html.tsx **Test plan** ![image](https://github.com/user-attachments/assets/9f99e401-aab9-4382-a747-e8fb900b1be3) ![image](https://github.com/user-attachments/assets/07af10a6-bf96-4a5f-9548-f5f51ef0b757) **Checklist** Please add a `x` inside...