Author API Initialization
answers
Controls whether the "show answers" button is displayed in the Item preview pane.
You would want to use this to prevent authors from previewing the answers for an Item.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"answers": false
}
}
}
};
Values
Attribute path config.item_edit.item.answers
Default true
Type boolean