From 4ce0553630d40f41ada900e16387453dec4e5acd Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 7 Nov 2017 14:53:44 +0100 Subject: [PATCH] add allowDisable flag on welcome tour --- src/Umbraco.Web.UI.Client/src/init.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/init.js b/src/Umbraco.Web.UI.Client/src/init.js index 24fe878525..6579e3a447 100644 --- a/src/Umbraco.Web.UI.Client/src/init.js +++ b/src/Umbraco.Web.UI.Client/src/init.js @@ -8,6 +8,7 @@ app.run(['userService', '$log', '$rootScope', '$location', 'queryStrings', 'navi "name": "Introduction", "alias": "umbIntroIntroduction", "group": "Getting Started", + "allowDisable": true, "steps": [ { title: "Welcome to Umbraco - The Friendly CMS",