cms icon indicating copy to clipboard operation
cms copied to clipboard

Build bespoke content experiences with Craft.

Results 486 cms issues
Sort by recently updated
recently updated
newest added

### What happened? ### Description Previous image transform method is not returning the transformed image data as expected. Previous GraphQL on Craft CMS version 4.10.6: ``` thumbnailImage @transform(transform: "c480x480") {...

bug
need more info

### What happened? ### Description In below query we have easyBuy field as Matrix and inside it we have other fields entry which work fine but when we add buttons...

bug
need more info

### What happened? ### Description Best I can tell, the `entry-types/merge` command also includes drafts and revisions when counting entries. For example, I’m seeing: ```sh craft entry-types/merge handle handle2 ```...

bug

### Description The code currently references `ev`, but the parameter is `event` ### Related issues

bug

### Description The goal is to allow developers to write an `ImageTransformer` that builds URLs using properties other than those included in `\craft\models\ImageTransform`, eg `blur`. This PR does 2 things:...

### What happened? ### Description Assets are being saved to the wrong folder when uploading to a field with 'Restrict assets to a single location' and `{site.handle}` inside the Asset...

bug
craft4

### Description Setting the `activate` listener on the `` element caused `tabindex="0"` to be set on the body element. After opening the Image Editor modal, clicking anywhere inside would set...

bug
accessibility :bust_in_silhouette:

### Description Passkey and 2fa login attempts should be factored into the `maxInvalidLogins`. When a user tries to login with a passkey that's deemed invalid, or provided a valid password...

### Description Adds a "collapsible" option to source headings when customizing. ![CleanShot 2025-05-06 at 13 34 21@2x](https://github.com/user-attachments/assets/94bc62af-709c-4868-827e-ad40a155bf29) When checked, headings will get an icon before the label and items beneath...

### What happened? ### Description I'd assume that `maxInvalidLogins` and `invalidLoginWindowDuration` would also work on users with 2FA enabled, but while entering a wrong password 5 times locks your account,...

bug