-
Notifications
You must be signed in to change notification settings - Fork 116
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
Breadcrumb Enhancements #398
Comments
From: https://getmesh.io/docs/beta/features.html#_breadcrumbs Some thoughts:
When rendering the component, the crumbs will be rendered from top-level (project) node to the bottom (current) node. Examples:
I would include both the top-level root/project node and the current node Furthermore, I would make the "breadcrumb" attribute self-contained so that it can be passed to a component and the component can render it without any further REST API requests to Mesh:
|
@rafacm Keep in mind that is also possible to query the breadcrumb via the GraphQL API. This way you are also able to load different languages and more information. |
Fixed issue was gentics/mesh#398
Fixed issue was gentics/mesh#398
Fix released in 0.23.0 |
mesh/core/src/main/java/com/gentics/mesh/core/data/node/impl/NodeImpl.java
Line 861 in 19f402a
The text was updated successfully, but these errors were encountered: