Author API Initialization
config
Configure options relating to the authoring experience and behavior of Author API.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
// ...
},
"activity_list": {
// ...
},
// ...
}
};
Values
Attribute path config
Type object
Properties
-
activity_edit object
Configure options relating to the Activity editor view.
-
activity_list object
Configuration options for the Activity list view.
-
container object
Configuration options for the Author API container.
-
dependencies object
Configuration options for the lower level Learnosity API dependencies used by Author API.
-
global object
Configuration options for global settings across all of Author API.
-
item_edit object
Configuration options for the Item editor view.
-
item_list object
Configuration options for the Item list view.
-
label_bundle object
Specifies overrides for the default English labels and text content shown in the authoring interface.
-
widget_templates object
Configuration options for the Widget editor view.
this is a mandatory property.