Add merchandise, fix articletosell with src for images
This commit is contained in:
@@ -59,6 +59,11 @@ class Shop
|
||||
|
||||
$menu->addTo('shop', 'Accueil', [
|
||||
'route' => 'Admin.Shop.Homepages.index',
|
||||
])->activeIfRoute(['Admin.Shop.Homepages.*'])->order(14);
|
||||
])->activeIfRoute(['Admin.Shop.Homepages.*'])->order(15);
|
||||
|
||||
$menu->addTo('shop', 'Marchandises', [
|
||||
'route' => 'Admin.Shop.Merchandises.index',
|
||||
])->activeIfRoute(['Admin.Shop.Merchandises.*'])->order(16);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user