This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define([ | |
"dojo", | |
'dojo/_base/declare', | |
'epi-cms/plugin-area/navigation-tree', | |
// Parent class | |
'epi/_Module', | |
// Commands | |
'alloy/ReloadChildren/ReloadChildren' | |
], function ( | |
// Dojo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected void Application_Start() | |
{ | |
AreaRegistration.RegisterAllAreas(); | |
//Tip: Want to call the EPiServer API on startup? Add an initialization module instead (Add -> New Item.. -> EPiServer -> Initialization Module) | |
} | |
protected override void RegisterRoutes(RouteCollection routes) | |
{ | |
base.RegisterRoutes(routes); | |
routes.MapRoute("ObjectBrowser", "ObjectBrowser/{action}", |