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