Initialization Option Author API

show

Controls whether the Item title is shown.

You would want to use this to show the Item title to authors.

Note When set to true, the Item reference will not be shown and the reference.show and reference.edit initialization options are ignored.

Examples

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

Values

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

Default: false

Type boolean

Was this article helpful?