You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On integration I found a minor documentation-issue.
In the 1.0.0 tagged version one must also supply a 'cookieExpiryTime' when including the template instead of auto-inserting it, else twig throws an exception.
{% include 'XsolveCookieAcknowledgementBundle::cookie_acknowledgement_bar.html.twig' with { 'cookieExpiryTime' : 3650 }%}
Cheers,
d.
The text was updated successfully, but these errors were encountered:
Hi,
thanx for this cool & easy to integrate bundle.
On integration I found a minor documentation-issue.
In the 1.0.0 tagged version one must also supply a 'cookieExpiryTime' when including the template instead of auto-inserting it, else twig throws an exception.
Cheers,
d.
The text was updated successfully, but these errors were encountered: