If we have: ``` /page/test /entry/test ``` And in `menu.yaml`: ``` /page/test ``` The menu URI could be either `/page/test/` or `/entry/test` because when fetching content, it does not specify the contenttype slug. That's buggy.
If we have:
And in
menu.yaml:The menu URI could be either
/page/test/or/entry/testbecause when fetching content, it does not specify the contenttype slug. That's buggy.