From c84a798f8d08e549b564eb7b1511be22722e68cc Mon Sep 17 00:00:00 2001 From: Soroosh Taefi Date: Fri, 20 Dec 2024 16:19:59 +0200 Subject: [PATCH] feat: add skipLayouts description to the routing.adoc (#4042) Fixes #4007 --- articles/hilla/guides/routing.adoc | 3 +++ 1 file changed, 3 insertions(+) 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.