Author API Initialization
show_reference
Controls whether Item references are shown in the Activity editor view.
You would want to use this to hide the display of Item references.
Examples
// Hide the Item references
var initializationOptions = {
"config": {
"activity_edit": {
"item": {
"title": {
"show_reference": false
}
}
}
}
};
Values
Attribute path config.activity_edit.item.title.show_reference
Default true
Type boolean