mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
admin: admin section for thirdparty
This commit is contained in:
@@ -33,7 +33,9 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
|
||||
return;
|
||||
}
|
||||
|
||||
$menu->addChild('Third party')
|
||||
$menu->addChild('Third party', [
|
||||
'route' => 'chill_thirdparty_admin_index',
|
||||
])
|
||||
->setAttribute('class', 'list-group-item-header')
|
||||
->setExtras(['order' => 3000, 'header' => true]);
|
||||
|
||||
@@ -44,6 +46,6 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
|
||||
|
||||
public static function getMenuIds(): array
|
||||
{
|
||||
return ['admin_section'];
|
||||
return ['admin_section', 'admin_thirdparty'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user