cms
cms copied to clipboard
Build bespoke content experiences with Craft.
### What happened? ### Description _[Related discussion thread](https://github.com/craftcms/cms/discussions/8974)_ The newly saved Asset should replace the original Asset when modifying an Asset file within an Entry, without needing to manually replace...
### What happened? ### Description This is kinda related to https://github.com/craftcms/cms/pull/17395, but not exactly the same. My issue is that even when a section is disabled, it still appears in...
### What happened? Browsing the icon field, I figured that some Font Awesome icons are missing For example (Pro) - [grill-hot](https://fontawesome.com/icons/grill-hot?f=classic&s=solid) - [burger-soda](https://fontawesome.com/icons/burger-soda?f=classic&s=solid) - [people-simple](https://fontawesome.com/icons/people-simple?f=classic&s=solid) But also (Free) - [mobile-retro](https://fontawesome.com/icons/mobile-retro?f=classic&s=solid)...
### What happened? ### Description Got this error today while resaving entries : ``` SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint...
### Description Allow `$element` and `$static` to be passed to the field’s `getActionMenuItems()` and `actionMenuItems()` so that action menu items can be added depending on whether the field is in...
### Description [The docs](https://craftcms.com/docs/4.x/table-fields.html#the-field) say the default values will only be used for new elements. But when the static rows setting is turned on, the expectation is that the default...
### What happened? ### Description When using the Table field type, default values defined for the table's columns are not automatically populated when editing an entry in the Control Panel....
### What happened? ### Description Trying to enter a URL to a hostname in the local network does not work. Craft says the URL is invalid. ### Steps to reproduce...
### Description "Monospace" `PlainText` fields display the input with the `code` class. Card previews and table cell values should also reflect the `monospace` config. ### Related issues https://github.com/craftcms/cms/pull/2636