Author API Initialization
edit
Controls whether the notes field can be changed.
You would want to use this so that you can prevent authors from editing the Item's notes.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"details": {
"note": {
"edit": false
}
}
}
}
}
};
Values
Attribute path config.item_edit.item.details.note.edit
Type boolean