When having an item list loop, it would be great, if we in the template could start the loop with something like:
<!--@LoopStart(Item.Contacts)--> <!--@SortBy(Item.Contacts.Name)--> <!--@SortOrder(Ascending)--> THEN THE ACTUAL LOOPED ELEMENT CODE HERE <!--@LoopEnd(Item.Contacts)-->
It's a real pain to have to sort the items manually in the backend.
Would actually also be great to be able to pick in the backend, which field to sort by (or which FIELDS - plural - first by name, then by zip-code etc.), and in which order. Should be on the actual page item or paragraph item (and set the defaults when creating the item list in the Management Center!)