Author API Initialization
show
Controls whether the "find Items" button is shown in the Activity editor view.
You would want to use this to hide the Item search functionality when editing an Activity.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"item_search": {
"show": false
}
}
}
};
Values
Attribute path config.activity_edit.item_search.show
Default true
Type boolean