Skip to content

Commit

Permalink
Updated by review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Oct 8, 2024
1 parent d0bf25a commit 728c65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/flow/advanced/menu-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The collected menu items are filtered by access control from the [classname]`UI`

For a Flow application, any route annotated with [annotationname]`@Menu` is eligible for automatic collection.

To get the available menu routes, call the static method `MenuConfiguration.getMenuEntries()`. This returns a [classname]`List<MenuEntry>`. It would make creating a simple menu using [classname]`Anchor` look like this:
To get the available menu routes, call the static method `MenuConfiguration.getMenuEntries()`. This returns a [classname]`List<MenuEntry>` sorted primarily by order, then by path alphabetically and locale-sensitively. It would make creating a simple menu using [classname]`Anchor` look like this:

[source,java]
----
Expand Down

0 comments on commit 728c65b

Please sign in to comment.