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

Author API Initialization

show

Controls whether the Tags tab is shown in the Activity editor.

You would want to use this to hide the Tags tab in the Activity settings.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "tags": {
                "show": false
            }
        }
    }
};

Values

Attribute path config.activity_edit.tags.show

Default true

Type boolean

Was this article helpful?

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