Author API Initialization
search
Controls whether the search functionality is shown in the Activity list.
You would want to use this to hide the search interface.
Examples
// Hide the search functionality
var initializationOptions = {
"config": {
"activity_list": {
"toolbar": {
"search": false
}
}
}
};
Values
Attribute path config.activity_list.toolbar.search
Default true
Type boolean