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
bug #6561 About Templating Naming Pattern (raulconti)
This PR was merged into the 2.3 branch.
Discussion
----------
About Templating Naming Pattern
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets |
If I'm not wrong, the correct way to use the namespaced syntax is omitting the word "Bundle".
This work for me:
`@App/Hello/index.html.twig`
However this doesn't:
`@AppBundle/Hello/index.html.twig`
Commits
-------
8b7efb0 fixing special shortcut syntax
0 commit comments