sensiolabs / GotenbergBundle

A Symfony Bundle for interacting with Gotenberg. Integrates natively with twig, router, PHPStorm and more !
MIT License
35 stars 10 forks source link

[RELEASE-V8] Add new fields #33

Closed StevenRenaux closed 5 months ago

StevenRenaux commented 6 months ago

Add new form fields failOnHttpStatusCodes Add new form fields skipNetworkIdleEvent Add new form fields cookies

Jean-Beru commented 6 months ago

What about instead of passing by an associative array we type with the cookie object from symfony directly?

IMO, we should avoid a new dependency with HttpFoundation just for this option.

StevenRenaux commented 6 months ago

Add setCookie method as talked with @Neirda24