Initialization Option Author API

show

Controls whether the Item reference is shown.

You would want to use this to allow authors to see the Item reference.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "reference": {
                    "show": true
                }
            }
        }
    }
};

Values

Request object key config.item_edit.item.reference.show

Default: false

Type boolean

Was this article helpful?