Zach Garwood

Results 5 issues of Zach Garwood

Some commands may be run from the command line, while other can only be run from the keeper shell. Please note in the documentation which commands fall in each category.

## Description This change completes the partially implemented `params` option for the Browser form field. ## Related Issues Fixes #2751

## Description The documentation for the Browser form field (https://twillcms.com/docs/form-fields/browser.html) specifies a `params` option. However, this option has not been fully implemented. ### Steps to reproduce Create a browser form...

## Description In the `moduleRoute` helper function, `$parameters` is allowed to be passed in as an `int` or a `string`, in addition to an `array`; however, the variable is then...

## Description When the `moduleRoute` helper function is passed a `$parameters` with an `int` or `string` value, it throws an error, despite the function signature specifying those data types: ```php...