diff --git a/articles/hilla/guides/routing.adoc b/articles/hilla/guides/routing.adoc index cbac3697f4..ff2437e670 100644 --- a/articles/hilla/guides/routing.adoc +++ b/articles/hilla/guides/routing.adoc @@ -270,6 +270,9 @@ Overrides the route path configuration. Uses the same syntax as the `path` prope `loginRequired: boolean`:: For applications using authentication, requires user authentication for accessing the view. +`skipLayouts: boolean` (Since V24.6):: + Set to `true` to skip all the layouts wrapping for the view. Useful for cases such as the login view that often should not be wrapped in the main layout. + `rolesAllowed: readonly string[]`:: For applications using authentication, the array of user roles that are allowed to access the view.