swag-docs-bundle-example icon indicating copy to clipboard operation
swag-docs-bundle-example copied to clipboard

Bundle Icon is not showing up

Open erix-code opened this issue 3 years ago • 2 comments

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

erix-code avatar May 26 '21 14:05 erix-code

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

fgiering avatar Jun 23 '21 12:06 fgiering

@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

r4pt0s avatar Aug 07 '21 19:08 r4pt0s