Hi I am building an plugin and I am able to add a new MenuGroup to Backoffice and add a menylink, but I cant get the html/js to load.
Below is how I create a group and page, but my question is what path should I have to the ControlPanelPage?
if (!ControlPanelPagesConfig.Instance.Groups.TryGetValue(GROUP_KEY, out pages))
{
ControlPanelPagesConfig.Instance.Groups.Add(GROUP_KEY, pages = new List());
}
pages.Add(new ControlPanelPage(“WHAT PATH SHOULD BE HERE”, PAGE_KEY, ControlPanelPagePermission.All)
{
});
I have a route-config.js file a controller.js file and an html file. (angularjs)
Litium version: 7.0