config.item_list.toolbar.search.show - Initialization - Author API

Author API Initialization

show

Controls whether the search interface is shown.

You would want to use this to prevent authors from using the default search interface.

Examples

var initializationOptions = {
    "config": {
        "item_list": {
            "toolbar": {
                "search": {
                    "show": false
                }
            }
        }
    }
};

Values

Attribute path config.item_list.toolbar.search.show

Default true

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.