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