config.activity_edit.item_search.show - Initialization - Author API

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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.