feat: add timeline to main menu

This commit is contained in:
Björn Fromme
2025-03-25 11:35:40 +01:00
parent 6b64260a6c
commit ecc059cefc
5 changed files with 26 additions and 5 deletions
+9
View File
@@ -32,6 +32,15 @@ class ManagerMenuBuilder extends AbstractMenuBuilder
],
],
]);
$menu->addChild('Zeitleiste', [
'route' => 'app_administrative_timeline',
'linkAttributes' => [
'title' => 'Zeitleiste',
],
'extras' => [
'icon' => 'table',
],
]);
$documentMenu = $menu->addChild('Dokumente', [
'extras' => [
'icon' => 'document',