Author API Initialization
settings
Controls whether the player tab is shown.
You would want to use this to hide the Player tab from authors.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"settings": false
}
}
};
Values
Attribute path config.activity_edit.settings
Default true
Type boolean