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

Author API Initialization

edit

Controls if authors can edit Tags for the Activity.

You would want to use this so that you can prevent authors from making changes to the Activity's Tags. The existing Tags will be shown but cannot be changed.

Examples

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

Values

Attribute path config.activity_edit.tags.edit

Default true

Type boolean

Was this article helpful?

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