[ [ 'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavElementSettings', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => \Modules\Admin\Models\PermissionCategory::MODULE, ], ], ], '^/admin/module/navigation/list(\?.*$|$)' => [ [ 'dest' => '\Modules\Navigation\Controller\BackendController:viewModuleNavigationList', 'verb' => RouteVerb::GET, 'active' => true, 'permission' => [ 'module' => BackendController::NAME, 'type' => PermissionType::READ, 'state' => \Modules\Admin\Models\PermissionCategory::MODULE, ], ], ], ];