cms
cms copied to clipboard
The core Laravel CMS Composer package
### Bug description I saw this in the documentation: So I tried to make my own complex array and sort it, but it returns empty. I expected it to return...
### Bug description Button group fields used to switch from horizontal to vertical layout if the options didn't fit in a single row. Somewhere in a recent refactor, the required...
### Bug description When you drag & drop a new file into assets a dashed border appears. But this dashed border has a different radius as you see in the...
### Bug description If you have more than one list view tab there are a couple of layout shifts: - - - 1. When you switch the tab from the...
### Bug description It's currently impossible to tab out of a CodeMirror instance after tabbing into it. A mouse click outside of the editor is required to focus the next...
This PR comes as result of a client who wanted to prefilter form submissions before exporting them. Since Statamic already has a very robust filtering system, all that was needed...
This PR has the potential to resolve a lot of issues people have with remote storage of assets. Related issues: - https://github.com/statamic/cms/issues/11949 - https://github.com/statamic/cms/issues/8641 There are also a lot of...
This is a 6.x port of this PR - https://github.com/statamic/cms/pull/11648 It resolves: - https://github.com/statamic/ideas/issues/1068 - https://github.com/statamic/cms/issues/10500 - https://github.com/statamic/cms/issues/6246 --- We've had a number of clients contact us with confusion about...
This pull request fixes an issue with `default: now` on Date fields (we use `default: now` on dated entries). Currently, the date fieldtype's `preProcess` method returns the current time in...
### Bug description When you rename an image Statamic updates any references in your content. Which is cool. For now this doesn't seem to work for set preview image references....