2SXC 8.8.0 DNN 7.4.2 C# Razor template
I want to limit the edit controls on my content items to be edit, add, remove, and sort (sort being the drag and drop interface where I can also change the list header values).
I've figured out I can use @Edit.Toolbar(Content, actions: "edit,add,remove") but I tried adding 'sort' to the list but it just shows an empty blue icon - I obviously don't have the correct name for it. How can I add the 'sort' icon?