Author API Initialization
show
Controls whether the Activity title is shown.
You would want to use this to show the Activity title instead of the Activity reference.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"title": {
"show": false
}
}
}
};
Values
Attribute path config.activity_edit.title.show
Default false
Type boolean
When set to true, the Activity reference will not be shown and the reference.show and reference.edit initialization options are ignored.