change homepages to contents, add new methods to deliveries and sale_channels by customer

This commit is contained in:
ludo
2023-12-09 23:55:50 +01:00
parent 2a429e4163
commit 25b78f3380
28 changed files with 185 additions and 153 deletions

View File

@@ -13,8 +13,8 @@ class Contents
->order(6);
$menu->addTo('contents', 'Contenus', [
'route' => 'Admin.Shop.Homepages.index',
])->activeIfRoute(['Admin.Shop.Homepages.*'])->order(1);
'route' => 'Admin.Shop.Contents.index',
])->activeIfRoute(['Admin.Shop.Contents.*'])->order(1);
$menu->addTo('contents', 'Template de Mails', [
'route' => 'Admin.Core.Mail.MailTemplate.index',