How to disable the 'Welcome' sequence?

How to disable the 'Welcome' sequence? On a fresh NR installation, that is.

You can add the following to settings.js

tours: false,   // disable the Welcome Tour for new users

within editorTheme: {}

See documentation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.