Author API Initialization
show
Controls whether the actions tab is shown in the Item editor view.
You would want to use this to allow authors to access the action builder tool.
Important Supported with rendering_type
set to "assess"
only.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"actions": {
"show": true
}
}
}
}
};
Values
Attribute path config.item_edit.item.actions.show
Default false
Type boolean