config.item_edit.item.save.show - Initialization - Author API

Author API Initialization

show

Controls whether the save button is shown in the Item editor view.

You would want to use this to hide the save button from authors.

Examples

// Show or hide the save button using a boolean value
var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "save": {
                    "show": true
                }
            }
        }
    }
};

Values

Attribute path config.item_edit.item.save.show

Default true

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.