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
But I cann't just add new TwigExtenstion() to getContainerExtensions method. Can we make it more user-friendly? Allow pass to load method array with keys like twig => [/* twig config */], vichuploader => [/* vichuploader config */]?
The text was updated successfully, but these errors were encountered:
Allows the user to register additional extensions which then will not be configured with local configuration, which doesn't work anyway.
See SymfonyTest#78
See dustin10/VichUploaderBundle#746 for use case. I need load
TwigExtension
with his own config.But I cann't just add
new TwigExtenstion()
togetContainerExtensions
method. Can we make it more user-friendly? Allow pass toload
method array with keys liketwig => [/* twig config */], vichuploader => [/* vichuploader config */]
?The text was updated successfully, but these errors were encountered: