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