Author API Initialization
details
Controls whether the details tab is shown.
You would want to use this to hide the Details tab from authors.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"details": false
}
}
};
Values
Attribute path config.activity_edit.details
Default true
Type boolean