/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 |
|---|---|---|---|---|
| 3 | 251 | 2 weeks ago | ||
| 5 | 317 | 3 weeks ago | ||
| 1 | 310 | 4 weeks ago | ||
| 1 | 348 | 1 month ago | ||
| 4 | 474 | 2 months ago |