twig-extra-bundle icon indicating copy to clipboard operation
twig-extra-bundle copied to clipboard

The Twig bundle for official extra extensions

Results 4 twig-extra-bundle issues
Sort by recently updated
recently updated
newest added

Hello, I am offering my fork of `time_diff` from archived repository https://github.com/twigphp/Twig-extensions I wish to participate and respond to this issue : https://github.com/twigphp/Twig-extensions/issues/264

This way, adding custom options can be done by overriding the service in DI's config: ```yaml services: Twig\Extra\TwigExtraBundle\LeagueCommonMarkConverterFactory: arguments: - !tagged_iterator { tag: twig.markdown.league_extension } - # custom config array...

configuration fix, so that ```bash bin/console config:dump twig_extra > config/packages/twig_extra.yaml ``` now generated valid yaml and a valid configuration. But I'm not sure that quoting the default values is correct....

There is an error if not all symfony packages are upgraded to 8.x If i am correct `if (!method_exists(ContainerBuilder::class, 'getAutoconfiguredAttributes')) {` checks DependencyInjection Repo. But after `Upgrading symfony/http-kernel (v7.4.2 =>...