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

### Description ### Related issues

### Description Don't round the icon if it's nested inside `.chip > .thumb`. ### Related issues #18157

### What happened? ### Description Query with `:empty:` don't work as expected with CraftCMS 5. ### Steps to reproduce 1. Create a dropdown with following values: 2. Add the field...

bug

### What happened? ### Description When you use the Entry Type as a column on an element index, the icon beside the entry type is incorrectly rounded: Versus: ### Steps...

bug

### What happened? ### Description Fields (CKEditor and plain text) inside a contentBlock field inside a nested matrix field are lose their content when switching to a previous revision. The...

bug

### What happened? ### Description Since updating sites to 4.15 and 5.7, we're regularly seeing failed `UpdateSearchIndex` jobs with the following error message: ``` SQLSTATE[40001]: Serialization failure: 1213 Deadlock found...

bug

### Description This PR adds a new event to the `craft\web\View` class named `EVENT_DEFINE_BASEPATHS`. The event is triggered right before Craft resolves a template via `_resolveTemplate()`, and exposes the array...

### Description If you have a Content Block field that’s inside of a Matrix field in the inline-editable blocks view mode and there are at least two “blocks” in that...

### Description Switches to periods (`.`) instead of colons (`:`) in JS-defined cookie names, since colons are technically not valid characters within cookie names.