Author API Initialization
show
Controls whether Item titles are visible in the Activity editor view.
You would want to use this to choose whether the Item title or the Item reference is shown to the author.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"item": {
"title": {
"show": false
}
}
}
}
};
Values
Attribute path config.activity_edit.item.title.show
Default false
Type boolean
Possible values
-
true
the Item title or "Untitled" will be shown. -
false
the Item reference will be shown.