Author API Initialization
show
Controls whether Item references are shown in the Activity preview panels.
You would want to use this so that you can display Item references in the Activity preview panels.
In the "Player" tab, Item references will be shown in the top left of the player.
In the "List" tab, Item references will be shown above each Item.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"activity_preview": {
"item": {
"reference": {
"show": true
}
}
}
}
}
};
Values
Attribute path config.activity_edit.activity_preview.item.reference.show
Type boolean