Is it possible to change the sort order of certain objects in the SiteTree? There is $default_sort, but when set for own SiteTree objects that one has no effect for the page tree displayed in admin view.
All I got to work was changing the sort order of the whole tree structure by putting
SiteTree::$default_sort = 'Title';
in _config.inc.php. Though I want to sort some objects alphabetically, some by date and some by the default "Sort" field.