This is a follow-on to https://github.com/backdrop/backdrop-issues/issues/6390. In that issue, on the menu add/edit link page, the "Parent link" selector contains almost all possible menu items, and so is large and unwieldy. That issue solved the problem by adding a separate selector to choose the menu, and then the 'Parent link" selector only contains choices from that menu.
It was requested there by @klonos:
...also, can we please extend the scope of this to also add the same behavior in the "Menu settings" vertical tab of content types as well as the content edit form? (when more than one menu has been configured to be available for a content type)
@bugfolder replied:
It looks like the vertical tab of content types already has this behavior (or perhaps I'm misunderstanding what you're talking about). Here's the content type edit page with two menus selected, and only those two menus' items are being shown in the default parent link:
And here's the content edit form, which shows the same thing:
@klonos replied:
...perhaps I didn't provide enough information to make it clear. If you enable all checkboxes for all available menus, including the admin menu, then the parent menu selection becomes unwieldy again.
So OK, allowing content links to be added to the admin bar is an edge case, however I used the admin menu as an out-of-the-box example which is easy to test. You could generate a fresh, rather huge menu with devel (or a few smaller menus and enable all of them). Then the problem we are trying to solve here is present in the content type configuration form, as well as the content edit form.
We'll continue the discussion from here.
Recent comments
If choosing the Views approach you can also use https://backdropcms.org/project/eva which allows you to place the list with more flexibility.
Backlinks for Entity Reference?
Thanks. It still took a lot of trial and error for all the settings within the settings, but I eventually got it to display based on these instructions.
Backlinks for Entity Reference?
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Backlinks for Entity Reference?