[ 'position' => ['before' => '*'], 'standalone' => true, 'access' => 'user', 'path' => '/module/dashboard', 'iconIdentifier' => 'module-dashboard', 'labels' => 'dashboard.module', 'routes' => [ '_default' => [ 'target' => DashboardController::class . '::mainAction', ], ], ], ];