Initialization Option Author API

duplicate_shared_passages

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

You would want to use this to allow authors to select the duplication type for the passages in the Item.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "duplicate": {
                    "duplicate_shared_passages": true
                }
            }
        }
    }
};

Values

Request object key config.item_edit.item.duplicate.duplicate_shared_passages

Default: false

Type boolean

Was this article helpful?