/user/plugins/login/templates/login.html.twig
I want to customize this file. Where should I place a copy of it, to be save from upgrade overrides? Cannot find anything about how to handle templates of plugins.
Solved by pamtbaau View solution
/user/plugins/login/templates/login.html.twig
I want to customize this file. Where should I place a copy of it, to be save from upgrade overrides? Cannot find anything about how to handle templates of plugins.
@Spica, You can override templates from plugins by copying the template from the plugin into your theme using the exact same folder hierarchy. Like:
/user/plugins/login/templates/login.html.twig --> /users/themes/my-theme/templates/login.html.twig
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 1 | 29 | 2 hours ago | ||
| 3 | 480 | 1 month ago | ||
| 5 | 481 | 2 months ago | ||
| 1 | 460 | 2 months ago | ||
| 1 | 490 | 2 months ago |