John Koster
John Koster
This idea is to make it a bit easier to work with dynamic variable names in Antlers; this would help those who are working with highly reusable partials/components and want...
This PR fixes #9473 by constraining the modal heights to 100% of the view height minus 1 pixel. This issue could also happen with the the Keyboard Shortcuts and Session...
This PR closes #1725 by returning early if we've already seen a fieldset's handle. This PR targets 5.x since it changes some constructions and public method signatures, Currently it logs...
This PR introduces a new shorthand variable binding syntax for Antlers parameters. This syntax can be used to simplify passing variables into tags when the parameter and variable have the...
Goes along with https://github.com/statamic/cms/pull/9575
Goes with https://github.com/statamic/cms/pull/9576
Goes along with https://github.com/statamic/cms/pull/9505 Usage, examples, etc. can be found in the associated PR's description
Relates to https://github.com/statamic/cms/pull/9503 Additional information about the change, its usage, etc. can be found in the PR description
Add documentation for `handle_prefix.` The following can be used as a starting point for anyone looking to get it over the finish line (from https://stillat.com/blog/2022/04/22/managing-fieldset-handles-with-antlers-runtime) 🥳 --- A common design...
This PR restores the functionality of the nav tag's `select` parameter. The `BulkAugmentor` did not know how to resolve those; this PR adds the ability to specify a custom callback...