Initialization Option Author API

add

Controls whether the create Item button is shown.

You would want to use this to prevent authors from creating new Items using the default interface.

Examples

var initializationOptions = {
    "config": {
        "item_list": {
            "toolbar": {
                "add": false
            }
        }
    }
};

Values

Request object key config.item_list.toolbar.add

Default: true

Type boolean

Was this article helpful?