diff --git a/src/Controller/Component/NavigationComponent.php b/src/Controller/Component/NavigationComponent.php index 3c606e8..452d575 100644 --- a/src/Controller/Component/NavigationComponent.php +++ b/src/Controller/Component/NavigationComponent.php @@ -37,6 +37,7 @@ class NavigationComponent extends Component 'Instance' => 'server', 'Tags' => 'tags', 'API' => 'code', + 'EnumerationCollections' => 'list', ]; public function initialize(array $config): void @@ -163,6 +164,7 @@ class NavigationComponent extends Component 'LocalTools', 'UserSettings', 'MailingLists', + 'EnumerationCollections', ]; foreach ($CRUDControllers as $controller) { $bcf->setDefaultCRUDForModel($controller);