This PR fixes missing link type entries in the menus.yaml.
If there is an entry of type "link", it will have no contentType, which was the reason why it was filtered out in the menu builder. But such entries already got an id which is now be used to get the entry from the entries map to provide the actual contentType
This PR fixes missing link type entries in the
menus.yaml
. If there is an entry of type "link", it will have nocontentType
, which was the reason why it was filtered out in the menu builder. But such entries already got anid
which is now be used to get the entry from the entries map to provide the actualcontentType