ConfigServiceProvider icon indicating copy to clipboard operation
ConfigServiceProvider copied to clipboard

Can we add Twig globals ?

Open cgweeratunga opened this issue 10 years ago • 0 comments

Hi, Can we add Twig globals like Symfony in yml ?

twig: # ... globals: ga_tracking: UA-xxxxx-x

I've added it like above( same as Symfony2 ) but got error message.

Catchable fatal error: Argument 1 passed to Igorw\Silex\ConfigServiceProvider::mergeRecursively() must be of the type array, object given

cgweeratunga avatar Nov 20 '15 08:11 cgweeratunga