Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How to handle templates of plugins

Solved by pamtbaau View solution

Started by Spica 7 years ago · 1 replies · 598 views
7 years ago

/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.

7 years ago Solution

@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

👍 2

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by FrViPofm, 14 hours ago
1 29 2 hours ago
Themes & Styling · by stuart young, 1 month ago
3 480 1 month ago
Themes & Styling · by Sebadamus, 2 months ago
5 481 2 months ago
Themes & Styling · by martynfoster735, 2 months ago
1 460 2 months ago
Themes & Styling · by Justin Young, 2 months ago
1 490 2 months ago