Author API Initialization
show
Controls whether the difficulty field is shown.
You would want to use this to prevent authors from updating the difficulty information for Items.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"details": {
"difficulty": {
"show": false
}
}
}
}
}
};
Values
Attribute path config.item_edit.item.details.difficulty.show
Type boolean