Initialization Option Author API

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

Request object key config.item_list.toolbar.search.show

Default: true

Type boolean

Was this article helpful?