cms
cms copied to clipboard
The core Laravel CMS Composer package
We have clients who have future campaigns, and they'd like to get all the content set up ahead of time so they can review and adjust. They use revisions. So...
### Bug description While using `php artisan statamic:stache:warm` on a fairly large repository of ours I noticed one odd or two odd things. Note that I ran into this because...
### Bug description We have set up a multi-site with full static caching enabled for our customer. Some regions of the website are dynamic and are replaced using the nocache...
### Bug description I'm trying to disable slugs on a subset of entries in a collection but new entires appear to still have slugs generated. ### How to reproduce 1....
### Bug description We recently updated from Statamic v4.45 to v5.49 and noticed an issue when switching languages using the global header in the CMS. In a collection (e.g., "News"),...
### Bug description In a Grid field I noticed that the Link field doesn't take up the entire space in all it's states: Disabling `container-type: inline-size` solves this issue: But...
This pull request fixes an issue with the `{{ nocache }}` tag when used on a URL with "unsorted" query parameters, where the nocache regions wouldn't be returned after the...
We often need to link to entries with either/and query params and anchors. Without this, we have to use the `url` type, but then if the entry url changes, these...
### Bug description ### What Happened? When using a Replicator field with a computed field (e.g., `visibility: computed`) defined via `Collection::computed()`, the computed value is correctly displayed in the Statamic...
### Bug description Some of our users can change their profile page only in the CP. To show the upload file button for assets fields (e.g. an avatar field), the...