Skip to content

Commit

Permalink
Merge branch 'latest' into taefi/fix-4008
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha authored Dec 20, 2024
2 parents 08edf42 + c84a798 commit b5a0901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions articles/hilla/guides/routing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b5a0901

Please sign in to comment.