Author API Initialization
default
Controls whether to start the Activity editor view in the editor mode or preview mode.
You would want to use this to set the default Activity view to the preview mode for all Activities.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"mode": {
"default": "preview"
}
}
}
};
Values
Attribute path config.activity_edit.mode.default
Default "edit"
Type string
Possible values
"edit"
"preview"