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