Initialization Option Author API

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

Request object key config.activity_edit.tags.edit

Default: true

Type boolean

Was this article helpful?