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