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

**Is your feature request related to a problem? Please describe.** Nowadays modern browsers use image 'width' and 'height' attributes to avoid layout shift https://twitter.com/jensimmons/status/1172922185570279425 Also Next.js image component requires 'width'...

good first issue
area: extensions/widgets
area: media-library
type: feature

**Summary** Fixes #7208 by changing style of AppHeaderButton to use :focus-visible instead of :focus. This was noticed when closing the media library the "Media" header link would remain blue until...

**Describe the bug** After Clicking the "Media" Header link and closing the Media library, the button remains in a colored focus state until anything else on the page is interacted...

type: bug

**Describe the bug** If you try to deploy one of the canned example templates at https://decapcms.org/docs/start-with-a-template/, the deploy in netlify will fail. **To Reproduce** 1. Go to https://decapcms.org/docs/start-with-a-template/ 2. Click...

type: bug

**Describe the bug** **To Reproduce** **Expected behavior** **Screenshots** **Applicable Versions:** - Decap CMS version: `[email protected]` - Git provider: `git-gateway` - Browser version: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)...

**Describe the bug** Using Netlify as CMS - I am the user, not the developer. Developer unavailable at this time. Trying to upload a .pdf to the Media section of...

Writing RTL text in the markdown editor works well. The text appears from right to left: ![Screenshot_20190808_141727](https://user-images.githubusercontent.com/17391433/62699089-6388bb80-b9e7-11e9-877f-ecc2875713f4.png) However, when pressing on the Preview button, the text rendered without `direction: rtl`...

pinned

closes #7203 **Summary** If you install `decap-cms-app` with `strict-peer-dependencies` enabled. You will get peer dependencies error. **Test plan** Just update dependencies to satisfies peer dependencies **Checklist** Please add a `x`...

```text └─┬ decap-cms-widget-markdown 3.1.3 ├─┬ remark-slate-transformer 0.7.5 │ └── ✕ unmet peer unified@>=10.1.0: found 9.2.2 in decap-cms-widget-markdown ├─┬ slate-base64-serializer 0.2.115 │ └── ✕ unmet peer slate@">=0.32.0 =0.46.0

I am looking at [ CONTRIBUTING.md ](https://github.com/decaporg/decap-cms/blob/main/CONTRIBUTING.md) And pointed [test:all](https://github.com/decaporg/decap-cms/blob/main/CONTRIBUTING.md#testall) script is unavailable in [package.json](https://github.com/decaporg/decap-cms/blob/main/package.json)

type: bug