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
-
truethe Item title or "Untitled" will be shown. -
falsethe Item reference will be shown.