Author API Initialization
widget_type
Controls whether searching by Widget type (Question or Feature) is available.
You would want to use this to prevent authors from searching by Widget type in the Item list view.
Examples
// Disble searching by Widget type
var initializationOptions = {
"config": {
"item_list": {
"toolbar": {
"search": {
"widget_type": false
}
}
}
}
};
Values
Attribute path config.item_list.toolbar.search.widget_type
Default true
Type boolean