Author API Initialization
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
Attribute path config.activity_edit.source
Default true
Type boolean