We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{# templates/bundles/FOSUserBundle/layout.html.twig #} {% extends '@FOSUser/layout.html.twig' %} {# ... this doesn't work ... #}
{# templates/bundles/FOSUserBundle/layout.html.twig #} {% extends '@!FOSUser/layout.html.twig' %} {# ... this works as expected ... #}
https://symfony.com/blog/new-in-symfony-3-4-improved-the-overriding-of-templates
symfony/symfony#24179 symfony/symfony#24264 symfony/symfony#24064
The text was updated successfully, but these errors were encountered:
Symfony 3.4 support "improved the overriding of templates" #1043; all…
46ec497
… template are know normalized inside index process
Symfony 3.4 config provider supports "improved the overriding of temp…
41f878a
…lates" features #1043
No branches or pull requests
https://symfony.com/blog/new-in-symfony-3-4-improved-the-overriding-of-templates
symfony/symfony#24179
symfony/symfony#24264
symfony/symfony#24064
The text was updated successfully, but these errors were encountered: