Bob den Otter
Bob den Otter
@rossriley I've once fixed this by using: ``` $app['twig.sandbox.policy'] = $app->share( $app->extend('twig.sandbox.policy', function ($policy) { $policy->addAllowedFunction('boltforms'); return $policy; }) ); ``` Maybe it's as simple as that.
Because i'm a very stubborn individual, i've added the following method to BoltFormsExtension.php, to make it work: ```php public function registerServices(Application $app) { // Set the sandbox policy, but only...
@cdowdy I’m not in the country right now, but I think you might have a point. Let’s add these! Feel free to either PR a change, or bump me in...
> the PR should be quite easy to do ... but it's a breaking change (it has an impact on templates). If you can spare the time to do a...
@sJones1997 Which version of Bolt / Forms?
I don't think it's supported for the legacy version of Bolt. You could consider updating to Bolt 5.
Yes, looking at it, i don't think the threshold is implemented yet.. If you would like to make a PR for that, that would be very much appreciated. :-)
@tskraft This isn't really an issue in boltforms, but in Bolt itself: Set up the mailer (in `config.yml` for Bolt 3, or in `.env` for Bolt 4)
The thing PHPStan complains about is fixed in #3319 Cypress has been broken for a short while, so we'll need to fix those, soon. :-/
Looks good to me! 👍 What isn't apparent (at least to my coffee-deprived brain) is how a user (either a "developer" or "template builder") can leverage this distinction. Is that...