For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tours settings

Information on the tours settings section

The tours section contains the "EnableTours" value which allows you to enable or disable tours. By default tours are enabled. If you wish to disable tours set the "EnableTours" to false, like so:

"Umbraco": {
  "CMS": {
    "Tours": {
      "EnableTours": false
    }
  }
}

Last updated

Was this helpful?