Initialization Option Author API

duplicate_shared_passages

Controls whether the author will be presented with the option to duplicate or share the passages in the Activity.

You would want to specify this initialization option so that the author can select the duplication type for the passages in the Activity.

The duplicate.deep_copy initialization option must be set to true for this option to take effect.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "duplicate": {
                "duplicate_shared_passages": true,
                "deep_copy": true
            }
        }
    }
};

Values

Request object key config.activity_edit.duplicate.duplicate_shared_passages

Default: false

Type boolean

Was this article helpful?