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