Document Manager - Sorting libraries list
When working in a content block and using the Document Manager to insert a document from already uploaded documents, a list of document libraries is presented.
We have a large number of document libraries and would like to sort the list of libraries alphabetically. Is there a configuration option to have this list sorted by the Title of the document libraries?
Thanks,
Antoine
Hello,
To sort the list of libraries alphabetically you should follow the steps below:
1. Go to your SDK folder.
2. Select Content -> Resources -> WidgetTemplates -> Designers -> Libraries.
3. Copy the control MediaContentSelectorView to a new folder.
4. Open it and add this sorting field:
<
DefaultSortExpression
=
"Title ASC"
>
Thanks! This works perfectly :)
Does exactly what I was looking for.
O.