Initialization Option Author API

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

Request object key config.activity_edit.duplicate.deep_copy

Default: false

Type boolean

Was this article helpful?