Author API Initialization
enable
Controls whether the reporting tab is visible and accessible in the Activity editor.
You would want to use this to show the reporting tab to authors.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"reporting": {
"enable": true
}
}
}
};
Values
Attribute path config.activity_edit.reporting.enable
Default false
Type boolean