I typically use the control @Edit.Toolbar(Content, actions:"edit,new,remove,instance-list") on the items themselves. Then the user can edit the entire list from click the button on any of the items. Logically, it would make more sense for them to click the instance-list button from the ListContent
In previous versions of 2SXC, the user could hover over the DNN black and white pencil icon and click "Edit List" which made a lot of sense. This control is not available in newer versions of 2SXC so they have to edit the list by going to any of the list items.
I tried using 'instance-list' in the ListContent controls but it doesn't seem to be available there. Is there a way to give the instance-list control to the ListContent control?
I have a scenario where this is especially important. On some lists that I have, I prefer to force my user to use the Edit List to enter a list title but also edit content from the list interface rather than me putting the around every link.