Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Bundle Icon is not showing up #47

Open
erix-code opened this issue May 26, 2021 · 2 comments
Open

Bundle Icon is not showing up #47

erix-code opened this issue May 26, 2021 · 2 comments

Comments

@erix-code
Copy link

The icon in the administration dashboard was not showing up I had to change the type from "plugin" to "core" to see the icon
my version is v6.4.99 Stable Version

@fgiering
Copy link

where did you change that?
in the index.js? doesn't work for me

@r4pt0s
Copy link

r4pt0s commented Aug 7, 2021

@fgiering
If it is not too late, exactly.
In your index.js file in your module directory replace

type: "plugin" with type:"core" in your module configuration.

Don't forget to build your administration afterwards with
./psh.phar administration:build

if you did not use administration:watch

The only thing which you have to be aware of is, that you can’t submit such an plugin to the shopware store because as I already mentioned, your menu entries have to go on the second level.

Have a look at the docs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants