Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Breadcrumbs generation doesn't care parent page across multiple collections #22
mumincelal
started this conversation in
Ideas
Replies: 3 comments 2 replies
Related conversation: https://discord.com/channels/967097582721572934/1115245109185880074 |
0 replies
Hey @mumincelal since this is more of a feature request, I'm converted this issue to a discussion so we can keep the conversation going here! |
1 reply
@jacobsfletch Is there any plan to implement it? |
1 reply
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using the nested-docs plugin to create breadcrumbs. 4 different collections use nested-docs but when I select the parent page from one collection to another, the plugin doesn't create breadcrumbs correctly. It doesn't care parent page but if I select the parent page in the same collection then the plugin is successful to create breadcrumbs correctly.
Here is the setup:
If I choose a parent from page collection to page collection, the plugin works correctly but If I choose a parent from post collection to page collection then the plugin can not generate parent page breadcrumbs.
The plugin needs to be worked across multiple collections.
All reactions