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
Hello,
After successfully setup the bundle (+ step 10) I want to customize some template.
I copied the whole Thread directory in my bundle but some templates are not replaced :
comment_new.html.twig comment_new_content.html.twig
It looks like those template are loaded by the following code :
{{ render(url('fos_comment_new_thread_comments', {"id": thread.id})) }}
The code call original ThreadController.php in /vendor
ThreadController.php
Any idea on how I can finish overriding my templates ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
After successfully setup the bundle (+ step 10) I want to customize some template.
I copied the whole Thread directory in my bundle but some templates are not replaced :
It looks like those template are loaded by the following code :
The code call original
ThreadController.php
in /vendorAny idea on how I can finish overriding my templates ?
The text was updated successfully, but these errors were encountered: