Create an event budget kind admin entity

This commit is contained in:
2025-05-05 14:27:17 +02:00
parent bb71e084b8
commit 5d94bf0556
11 changed files with 319 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ class AdminMenuBuilder implements LocalMenuBuilderInterface
$menu->addChild('event.theme.label', [
'route' => 'chill_crud_event_theme_index',
])->setExtras(['order' => 6540]);
$menu->addChild('event.budget.label', [
'route' => 'chill_crud_event_budget_kind_index',
])->setExtras(['order' => 6550]);
}
public static function getMenuIds(): array