Skip to content

Commit ef4801b

Browse files
chore: Note about flow routes exclusion from Hilla layout (vaadin#3795)
* chore: Note about flow routes exclusion from Hilla layout * Minor edits of added text. --------- Co-authored-by: Russell J.T. Dyer <6652767+russelljtdyer@users.noreply.github.com>
1 parent d387e99 commit ef4801b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/flow/routing/layout.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public class DefinedLayoutView extends Div {
4141
}
4242
----
4343

44+
Excluding Vaadin Flow routes from <<{articles}/getting-started/tutorial/hilla/layout#,Hilla layouts>> with `autoLayout = false` is not yet supported. See the related https://github.com/vaadin/hilla/issues/2385[GitHub issue] for details and discussions.
45+
4446

4547
=== Defining a Layout in `@Route`
4648

@@ -60,7 +62,7 @@ When using the <<route#,`@Route("path")`>> annotation to define a route, the com
6062
[role="since:com.vaadin:vaadin@V24.5"]
6163
=== Layout Matching Routes
6264

63-
To configure which routes a [annotationname]`@Layout` annotated [classname]`RouterLayout` handles, the prefix of the route's path can be given for the value.
65+
To configure which routes a [annotationname]`@Layout` annotated [classname]`RouterLayout` handles, the prefix of the route's path can be given for the value.
6466

6567
The example below gives a value of `/user`, which would match the routes `/user` and `/user/info`:
6668

0 commit comments

Comments
 (0)