Initialization Option Author API

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

Request object key config.activity_edit.item_search.sort

Default: true

Type boolean

Was this article helpful?