Author API Initialization
mandatory
Controls whether a title is required when saving an Item.
You would want to use this to require authors to enter a title for the Item before saving.
Important This option requires both title.show
and title.edit
initialization options to be set to true
to apply.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"title": {
"mandatory": true
}
}
}
}
};
Values
Attribute path config.item_edit.item.title.mandatory
Default false
Type boolean