Hallo,
ich habe folgenden index.js Code:
import deDE from './snippet/de-DE.json';
import enGB from './snippet/en-GB.json';
const { Module } = Shopware;
Module.register('sysco-wl-prices', {
type: 'plugin',
name: 'WLPrices',
title: 'sysco-wl-prices.general.mainMenuItemGeneral',
description: 'sysco-wl-prices.general.descriptionTextModule',
color: '#496ea1',
icon: 'regular-euro',
snippets: {
'de-DE': deDE,
'en-GB': enGB
},
routes: {
a: {
component: 'b'
}
},
navigation: [{
//id: 'swag-wl-prices-example',
path: 'sysco.wlprices.list',
label: 'sysco-wl-prices.general.mainMenuItemGeneral',
icon: 'regular-euro',
parent: 'sw-catalogue',
position: 100
}]
});
Beim Ausführen des Skriptes: bin/build-administration.sh funktioniert auch noch alles. Jedoch wird mir das Modul nicht angezeigt.
Cache wurde auch schon gelöst.
Hat dazu jemand eine Idee?
Eventuell liegt es an der neuen Shopware Version: 6.7.1.2
Danke
LG