Author API Initialization
edit
Controls whether the Item title can be changed.
You would want to use this to prevent authors from changing the Item titles.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"title": {
"edit": false
}
}
}
}
};
Values
Attribute path config.item_edit.item.title.edit
Default true
Type boolean