Activate New Experience

By default, the new experience is available but not activated.

You activate the new experience by switching ON new Experience in VisualDoop/Developer Console

Deactivate New Experience

You deactivate the new experience by switching OFF new Experience in VisualDoop/Developer Console

Hide the new experience capability

In order to avoid users accessing the new experience, you have to set the following parameter on Visualdoop.


export PROJECT_MODE=true
export CLUSTER_MODE=false
export CLUSTER_ONLY=false
CODE


You would need a Visualdoop restart to take into account the change of configuration.