Default Sort Order

You can change the default sort order Content Studio uses when listing content items by setting the property com.escenic.studio.search.date in configuration-layer-root/com/escenic/webstart/StudioConfig.properties as follows:

property.com.escenic.studio.search.date=date

where date is one of:

creationDate (default)

Content items are sorted by the date they were created.

lastModifiedDate

Content items are sorted by the date they were last modified.

publishDate

Content items are sorted by the date they were published. Note that if you use this option, content items that have never been published will not be listed.