Author API Initialization
deep_copy
Controls whether the author will be presented with the option to duplicate or share the Items and content of the Activity.
You would want to specify this initialization option so that the author can select the duplication type for Items in the Activity.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"duplicate": {
"deep_copy": true
}
}
}
};
Values
Attribute path config.activity_edit.duplicate.deep_copy
Default false
Type boolean