decap-cms
decap-cms copied to clipboard
A Git-based CMS for Static Site Generators
**Summary** This commit fixes #4972 by allowing nested folders with additional content beyond an index file. Side effect: To keep the feature simple, this will now show index files as...
Given that I have a `number` widget defined with a value type of `float`, as below: ```yaml - { label: "Opacity", name: "overlay_filter", widget: "number", value_type: "float", min: 0.0, max:...
**Describe the bug** When my client uses the Netlify CMS and types up an eg. blog post in a word document first, then copy pastes it he also copies and...
**Is your feature request related to a problem? Please describe.** I can't access the data from a nested list widget using the widgetsFor function in my preview template **Describe the...
**Describe the bug** When using Chrome/Firefox to edit the "Body" text editing box on the Android phone, it is almost impossible to enter any text. **To Reproduce** 1. You need...
**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Applicable Versions:** - Netlify CMS version: `[email protected]` - Git provider: `proxy` - Browser version: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...
We have a project that stores the netlify cms codebase in `web/` and the netlify cms configs are in `web/_content` when we view the admin from the site it works...
Hello, team. Thank you for your hard work on this package. Following the docs, I created a custom widget: `videoEmbed`. But when I try to add it as a field...
It would be really helpful for non-technical users to get information about what's going on during the build to know if the post is already live. Depending (it seems) on...
**Describe the bug** When an non-required object inside an object has required fields, the object widgets validation ignores the non-required attribute of the object and highlights the required sub fields...