Author API Initialization
edit
Controls whether the Activity description can be changed in the Activity details tab.
You would want to use this so that you can prevent authors from changing the Activity description. The description will be shown but cannot be changed.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"description": {
"edit": false
}
}
}
};
Values
Attribute path config.activity_edit.description.edit
Default true
Type boolean