Jack Sleight
Jack Sleight
A grid/thumbnail view would be really handy. I'd like to use Link List it to collect design ideas, and putting the links in a grid where the image is larger...
This PR is really intended to be an idea rather than a final implementation, the solution is a bit of a hack and a better approach is probably needed, but...
This PR adds Alpine magic helpers that can be used inside an HTML fieldtype’s code to access the publish store and field component APIs. These allows you to really easily...
This PR adds the ability to drag and drop sets between different replicators: https://github.com/statamic/cms/assets/126740/a3b0c63d-6e16-4d45-a134-a6e9c4247870 ## Notes - I had to change the way the draggable instances are initialised so that...
This PR adds the ability to cut/copy/paste sets between different replicators/pages/tabs: https://github.com/user-attachments/assets/1b76411a-5df7-4c6d-b2a0-34bb171c26c1 ## Notes * Replicators use a list of set config hashes to decide whether the set being copied...
## Summary This PR adds a new feature called field actions. Field actions provide a way to extend the functionality of existing fieldtypes without having to extend the whole class/component....
This PR adds a Hidden option to set configs, which will hide them in the set picker. This is useful for removing/cleaning up old set types that should no longer...
### Bug description If you have a bard field with a set that has an assets field, and that bard field is inside a replicator, the asset preview will render...
As per https://github.com/statamic/cms/pull/10377
- [x] https://github.com/jacksleight/statamic-bard-mutator/pull/30 - [x] https://github.com/jacksleight/statamic-bard-mutator/pull/31 - [ ] Built-in plugins - [x] RemoveInnerParagraphs - [x] RemoveOuterParagraphs - [ ] AddWrapperElements? - [ ] HeadingIds? - [ ] HeadingPermalinks? -...