Initialization Option Author API

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

Request object key config.activity_edit.title.mandatory

Default: false

Type boolean

Was this article helpful?