cancel
Showing results for 
Search instead for 
Did you mean: 

Extend third-party admin theme

Extend third-party admin theme

Hi all!

I try inheritance my theme from admin theme (not base theme), but this theme not have theme.xml

 

If I put in this theme theme.xml with next code:

<?xml version="1.0"?>
<theme>
<parent>default/default</parent>
</theme>

All work fine.. But I don't want change or add any files to this theme.

My theme.xml:

<?xml version="1.0"?>
<theme>
<parent>default/admintheme</parent>
<layout>
<updates>
<admintheme_default>
<file>default.xml</file>
</admintheme_default>
</updates>
</layout>
</theme>

You know any solutions? Thank!

1 REPLY 1

Re: Extend third-party admin theme

Hello @dmitry_vashkevich

 

https://github.com/jreinke/magento-admin-theme

 

please check above link for custom admin theme.

 

hope it will help you.

 

if works then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer