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