Initialization Option Author API

edit

Controls whether the Activity title can be changed.

You would want to use this so that you can prevent authors from changing the Activity title.

Examples

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

Values

Request object key config.activity_edit.title.edit

Default: true

Type boolean

Was this article helpful?