Print menu normal design area items in reverse


(Adeel) #1

Hi, is there an easy way to print the menu normal design area assets in reverse order i.e. to print the asset items in reverse so that the last asset is first and the first asset is last.

These is an option in the “Asset Lineage Design Area” to print the items in reverse but not in the “Menu normal design”?


#2

Not to my knowledge unless you can use asset sorting tool to do the job for you. Quickest and most flexible way to do that is with a bit of JavaScript however.


(Bart Banda) #3

Yea either use SSJS or simply CSS https://css-tricks.com/almanac/properties/f/flex-direction/


(Adeel) #4

Thanks guys. Used the css flex-direction method.