(function (global, factory) { if (typeof define === "function" && define.amd) { define("/config/tour", ["Config"], factory); } else if (typeof exports !== "undefined") { factory(require("Config")); } else { var mod = { exports: {} }; factory(global.Config); global.configTour = mod.exports; } })(this, function (_Config) { "use strict"; (0, _Config.set)('tour', { steps: [{ element: '#toggleMenubar', position: 'right', intro: 'Offcanvas Menu
It is nice custom navigation for desktop users and a seek off-canvas menu for tablet and mobile users
' }, { element: '#toggleFullscreen', intro: 'Full ScreenClick this button you can view the admin template in full screen
' }, { element: '#toggleChat', position: 'left', intro: 'Quick ConversationsThis is a sidebar dialog box for user conversations list, you can even create a quick conversation with other users
' }], skipLabel: '', doneLabel: '', nextLabel: 'Next ', prevLabel: 'Prev', showBullets: false }); });