Initialization Option Author API

edit

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

You would want to use this to prevent authors from making changes to Questions or Features.

Examples

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

Values

Request object key config.item_edit.widget.edit

Default: true

Type boolean

Was this article helpful?