Hi jbar,Thank you for reply. I actually need to sort items by Type
rather than name. However I noticed that regardless of the selected view
if in the parameters you add the following to the url:
"?sortName=type&sortDir=asc", like
http://localhost:4502/assets.html/content/dam?sortName=type&sortDir=asc
it gets the results we need. My question now is how to make those
parameters always be present by default on any folder resolved by
assets.html, so items are always sorted the way we want. I tried
m...