Author API Initialization
sort
Controls whether the sort dropdown list element is shown above the Item search results.
You would want to use this to prevent authors from sorting the list of Item results via different sorting schemes.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"item_search": {
"sort": false
}
}
}
};
Values
Attribute path config.activity_edit.item_search.sort
Default true
Type boolean