Author API Initialization
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
Attribute path config.item_edit.item.duplicate.duplicate_shared_passages
Default false
Type boolean