You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
for the menu admins, we have a breadcrumb functionality that shows the tree of the breadcrumbs in the navigation. this would make sense for other types of documents too. as phpcr is always a tree, we could always show parents. maybe as an admin extension or trait?
an open question is where to stop, if we should allow configuring a list of classes/interfaces that we want in the breadcrumb and stop when we encounter something else. and/or a maximum number of parents to show.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for the menu admins, we have a breadcrumb functionality that shows the tree of the breadcrumbs in the navigation. this would make sense for other types of documents too. as phpcr is always a tree, we could always show parents. maybe as an admin extension or trait?
an open question is where to stop, if we should allow configuring a list of classes/interfaces that we want in the breadcrumb and stop when we encounter something else. and/or a maximum number of parents to show.
The text was updated successfully, but these errors were encountered: