Initialization Option Author API

show

Controls whether the Activity duplicate button is shown.

You would want to specify this initialization option so that the duplicate button is hidden.

Examples

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

Values

Request object key config.activity_edit.duplicate.show

Default: true

Type boolean

Was this article helpful?