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