-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add navigation via info.xml #26785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add navigation via info.xml #26785
Conversation
|
@DeepDiver1975, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bartv2, @PVince81 and @tanghus to be potential reviewers. |
ca74177 to
cbdb5cd
Compare
cbdb5cd to
dd51a56
Compare
| $icon = $this->urlGenerator->imagePath($app, $i); | ||
| break; | ||
| } catch (\RuntimeException $ex) { | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing comment to justify ignoring exception
|
👍 otherwise |
|
little regression here #27839 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Navigation entries are now setup in info.xml.
Old was will still stay valid.
Motivation and Context
Navigation elements are read from info.xml only up on necessity to build up the menu.
By moving more and more out of app.php we can improve the overall performance.
Types of changes
Checklist:
ToDos: