config.item_edit.item.duplicate.show - Initialization - Author API

Author API Initialization

show

Controls whether the duplicate button is shown.

You would want to use this to prevent authors from duplicating Items.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "duplicate": {
                    "show": false
                }
            }
        }
    }
};

Values

Attribute path config.item_edit.item.duplicate.show

Default true

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.