Initialization Option Author API

delete

Controls whether authors are able to delete Widgets (Questions or Features).

You would want to use this to prevent authors from removing Questions or Features from Items.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "widget": {
                "delete": false
            }
        }
    }
};

Values

Request object key config.item_edit.widget.delete

Default: true

Type boolean

Was this article helpful?