Michael Aerni
Michael Aerni
As of now, Replicator and Bard fields can only be localized at the top-level. It would be totally awesome to be able to configure localization on set fields instead. I'm...
It would be really handy if redirects would be created when reordering entries in an orderable collection. Right now, redirects are only created when a slug is changed. But in...
I've worked on a couple of PR's for Jonas' Livewire addon to enhance support for Statamic's static caching. See https://github.com/jonassiewertsen/statamic-livewire/pull/61 and https://github.com/jonassiewertsen/statamic-livewire/pull/64. The newly added `AssetsReplacer` adds support for Livewire's...
This PR allows to programmatically add fields to an entry's blueprint without also altering the fields of other entries that use the same blueprint. I've come across this issue on...
### Bug description I've got a `CollectionSavedListener` that is triggered on `Statamic\Events\CollectionSaved`. In the listener, I'm querying the collection's entries. The collection is configured for multiple sites in a multi-site...
This PR adds a couple of failing and non-failing tests for the bug described in https://github.com/livewire/livewire/discussions/8310. It turns out that validation with `validateOnly()` works as expected in a unit test....
Add autocomplete attributes to the form builder: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete This could be implemented the same way you already do with the input type.
It would be great if we could configure custom fieldtypes to be excluded from form submissions. This is useful for fields that are solely used for displaying purposes on the...
## Bug Description Super nitpicking but here you go … When saving an entry from a collection named `pages`, the commit message reads `Collection saved` rather than `Entry saved` like...
This PR fixes an issue where a taxonomy or term with attached collection would return the wrong URL if the collection didn't have a mount. It does so by providing...