config.activity_edit.title.mandatory - Initialization - Author API

Author API Initialization

mandatory

Controls whether a title is required when saving an Activity.

You would want to use this so that authors must provide an Activity title to save the Activity.

Important This option requires both title.show and title.edit initialization options be set to true to apply.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "title": {
                "show": true,
                "edit": true,
                "mandatory": true
            }
        }
    }
};

Values

Attribute path config.activity_edit.title.mandatory

Default false

Type boolean

Was this article helpful?

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