Author API Initialization
show
Controls whether the scoring type drop-down menu is shown.
You would want to use this to hide the scoring type from authors.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"details": {
"scoring_type": {
"show": false
}
}
}
}
}
};
Values
Attribute path config.item_edit.item.details.scoring_type.show
Type boolean