decap-cms
decap-cms copied to clipboard
A Git-based CMS for Static Site Generators
Default sluggification is simplistic, relying on a title field and performing no inference whatsoever. **With no field named "title", entries currently fail to save.** The ideal fix is to simply...
id widget
**Is your feature request related to a problem? Please describe.** Whenever you model a collection you need an identifier field for its entries. Most of the time the collection does...
**Describe the bug** Content of the DropdownItem Component, that exceeds the size of the Component, will be hidden. **To Reproduce** One possible way: - set `locale: 'de'` in the `config.yml`...
These plugins could be installed and updated via npm instead of having our own plugin repo. We could update in the UI and update the package.json, then refresh the page...
**Describe the bug** If a field inside a collapsed object fires a validation error, the entry will not be saved. This is the correct behavior, but the problem is, that...
**Is your feature request related to a problem? Please describe.** I am looking for a way to apply custom transformations on fields in template string `{{ someField | filter }}`...
I'm making extensive use of variable types in the list widget, and it has been extremely useful! One thing I would like to see would be the ability to add...
**Describe the bug** If you use github as backend the following basic setup is required: - run your own github auth server backend (see https://github.com/vencax/netlify-cms-github-oauth-provider) - https://mygithub-auth-backend.org as an example...
**Is your feature request related to a problem? Please describe.** Given a large number of entries in a collection that have different taxonomies (like blog posts or products) it can...
I changed the workflow from "publish_mode: editorial_workflow" to direct publishing but my master-branch was still protected. When I deleted some entries of my collection they seemed to be deleted successfully....