swag-docs-bundle-example
swag-docs-bundle-example copied to clipboard
Bundle Icon is not showing up
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
where did you change that? in the index.js? doesn't work for me
@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