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