Initialization Option Author API

show

Controls whether the Resource Item toggle is visible in the Activity editor.

You would want to use this to hide and prevent authors from using the Resource Item selector and interface.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "resource_item": {
                "show": false
            }
        }
    }
};

Values

Request object key config.activity_edit.resource_item.show

Default: true

Type boolean

Versioning

Version added: v2021.3.LTS

Was this article helpful?