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

Author API Initialization

edit

Controls whether the Activity description can be changed in the Activity details tab.

You would want to use this so that you can prevent authors from changing the Activity description. The description will be shown but cannot be changed.

Examples

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

Values

Attribute path config.activity_edit.description.edit

Default true

Type boolean

Was this article helpful?

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