Question

I created my own theme based on the blank theme but I can not get it to show in Admin

<design>
    <package code="default">
        <title>Default</title>
        <theme version="2.0.0.0" code="brent" parent="demo" featured="1">
            <title>Brent Super Theme</title>
            <requirements>
                <magento_version from="2.0.0.0-dev1" to="*"/>
            </requirements>
            <media>
                <preview_image>media/preview_image.jpg</preview_image>
            </media>
        </theme>
    </package>
</design>

I did also find the themes in the database

SELECT * FROM core_theme

and I did a test by removing the blank theme and now it doesn't show in admin!

Do I need to setup some sort of initialization? enter image description here

Was it helpful?

Solution

You defined your theme but it doesn't look like you made it active.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top