cms
cms copied to clipboard
Build bespoke content experiences with Craft.
### 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") {...
### 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...
### 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 ```...
### Description The code currently references `ev`, but the parameter is `event` ### Related issues
### 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...
### 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...
### 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.  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,...