I am creating a section in the back-office for managing settings for the web site. In Umbraco 4, I had separate usercontrols for each node.
Now I am trying to recreate and refine my interfaces for Umbraco 7, and although my experiences with AngularJS is limited, I am aware that I need to use this. However, the standard view rendered when selecting a node is set to a default route of "/App_Plugins/{mypackage}/BackOffice/{treetype}/{method}.html", where method is "edit".
My question is, how can I define which view I render, say for instance "Notifications.html" or "EmailTemplates.html"?
Using alternative html files in custom sections
I am creating a section in the back-office for managing settings for the web site. In Umbraco 4, I had separate usercontrols for each node.
Now I am trying to recreate and refine my interfaces for Umbraco 7, and although my experiences with AngularJS is limited, I am aware that I need to use this. However, the standard view rendered when selecting a node is set to a default route of "/App_Plugins/{mypackage}/BackOffice/{treetype}/{method}.html", where method is "edit".
My question is, how can I define which view I render, say for instance "Notifications.html" or "EmailTemplates.html"?
Thanks :)
is working on a reply...