Initialization Option Author API

source

Controls whether the source tab is shown.

You would want to use this to hide the Activity source JSON from authors.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "source": false
        }
    }
};

Values

Request object key config.activity_edit.source

Default: true

Type boolean

Was this article helpful?