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
I was trying to use this great bundle with my Symfony application. Unfortunately, my installation complains that there is no parameter called "twig.form.resources", which is requested in line 41 of DependencyInjection/GregwarCaptchaExtension.php
Hi all,
I was trying to use this great bundle with my Symfony application. Unfortunately, my installation complains that there is no parameter called "twig.form.resources", which is requested in line 41 of
DependencyInjection/GregwarCaptchaExtension.php
According to Twig's configuration guide there is only a configuration parameter
form_themes
.So I forked this repository, removed the lines:
and added "@GregwarCaptcha/captcha.html.twig" to my twig configuration as additional form_theme:
Once done, everything works as expected.
Now I am wondering, if I am the only one having this isssue or if this is a general problem?
Any help would be appreciated.
Best
Christian
The text was updated successfully, but these errors were encountered: