#Umbraco Tour views
1 messages · Page 1 of 1 (latest)
Hi there! you should be able to place it anywhere you like. Most common place is in App_Plugins, but you can also dump it in wwwroot. You just need to provide the path to your view in the 'view' property of the 'step' object.
So if I place my view in App_Plugins/MyPlugin/MyCustomTourView.html, then I can reference it in the step object as "~/App_Plugins/MyPlugin/MyCustomTourView.html"