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