Author API Initialization
status
Controls whether the Item status icons are shown in the Item list view.
You would want to use this to hide the status icons for Items.
Examples
// Hide the Item status icons
var initializationOptions = {
"config": {
"item_list": {
"item": {
"status": false
}
}
}
};
Values
Attribute path config.item_list.item.status
Default true
Type boolean