mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
location admin: menu for location admin
This commit is contained in:
@@ -54,6 +54,24 @@ class AdminSectionMenuBuilder implements LocalMenuBuilderInterface
|
||||
'order' => 200,
|
||||
'explain' => "Configure permissions for users"
|
||||
]);
|
||||
|
||||
$menu->addChild('Location', [
|
||||
'route' => 'chill_crud_main_location_index'
|
||||
])
|
||||
->setExtras([
|
||||
'icons' => ['key'],
|
||||
'order' => 205,
|
||||
'explain' => "Configure location"
|
||||
]);
|
||||
|
||||
$menu->addChild('Location type', [
|
||||
'route' => 'chill_crud_main_location_type_index'
|
||||
])
|
||||
->setExtras([
|
||||
'icons' => ['key'],
|
||||
'order' => 205,
|
||||
'explain' => "Configure location type"
|
||||
]);
|
||||
}
|
||||
|
||||
public static function getMenuIds(): array
|
||||
|
Reference in New Issue
Block a user