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: {}
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: {}