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