Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Overloading Admin Templates in 4.0


Go to End


1401 Views

Avatar
ryanpotternz

Community Member, 3 Posts

20 July 2017 at 3:51am

Now that the admin has been split out into a separate module in 4.0, the only way to overload the templates is to have a module that sits above it alphabetically e.g _my-custom-cms/templates/SilverStripe/Admin/Includes/*.ss will override the admin templates, but z-my-custom-cms will not.

Is there a way to force the admin to use a template regardless of it's folder name?

Cheers!