You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: