config.item_edit.item.details.source.show - Initialization - Author API

Author API Initialization

show

Controls whether the source field is shown.

You would want to use this to allow authors to edit the source information for an Item.

Examples

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

Values

Attribute path config.item_edit.item.details.source.show

Type boolean

Was this article helpful?

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