In version 7, we are adding our plugin to the Back Office side bar menu by:
using umbraco.businesslogic;
using umbraco.interfaces;
namespace zbdpm.App_Plugins.zpmData.Umbraco.EditorTools.App_Plugins.EditorTools
{
[Application("zpmData", "Local Data", "icon-server-alt", 20)]
public class zpmData : IApplication
{ }
}
In Version 8 this no longer seems to be supported. IApplication, businesslogic, and interfaces is not being found.
How do we impement this in Version 8? Can someone point me in the right direction?
Thank you so much! That got me started. If I could impose 1 more time...… Our app does not use the tree. How do I get my app to load when the user clicks the "My App" button from the umbraco menu?
Migrating Custom App_Plugins from Version 7 to 8
In version 7, we are adding our plugin to the Back Office side bar menu by:
In Version 8 this no longer seems to be supported. IApplication, businesslogic, and interfaces is not being found.
How do we impement this in Version 8? Can someone point me in the right direction?
Thanks!
Hi Graham,
Below article provides step by step guidelines on how to add Section in Umbraco 8.
https://our.umbraco.com/Documentation/Extending/Section-Trees/sections
Hope it helps to solve your issue.
Cheers,
Shaishav
Shaishav,
Thank you so much! That got me started. If I could impose 1 more time...… Our app does not use the tree. How do I get my app to load when the user clicks the "My App" button from the umbraco menu?
Ok, I figured it out. The way to do it is to treat it as a Dashboard.
https://our.umbraco.com/documentation/Extending/Dashboards/
For those interested, below is my package.manifest file.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.