Hello, I have a view that lists nodes of a given content type. When I add the fields 'Comment Statistics: Comment count (Number of Comments),' 'Comment Statistics: Last comment time (Most recent comment),' and 'Comment Statistics: Last comment author,' it displays data from all the comments on the site in each listing. What I want is for the comment count, last comment time and comment author to refer only to those comment items associated with each node in the list.
I see lots of examples of how to create a single menu item from the .links.menu.yml file and can do that but am trying to figure out how to extend that to building a complete main navigation menu with x level1 menu items and each of those then has varying numbers of sub-menus.
I'll scour github but if anyone has a tutorial they have used please let me know.