My company has created a plugin which is basically a CRUD app running on angular, which appears in the menu along the bottom of the Umbraco interface right after Translation. Currently, when clicking on the plugin, a modal appears with the crud app inside. I would like to change this to no longer be a modal, but instead appear to be a part of umbraco just like Developer and Settings are. Is there a way to do this? Thanks.
Umbraco Plugin Modification
My company has created a plugin which is basically a CRUD app running on angular, which appears in the menu along the bottom of the Umbraco interface right after Translation. Currently, when clicking on the plugin, a modal appears with the crud app inside. I would like to change this to no longer be a modal, but instead appear to be a part of umbraco just like Developer and Settings are. Is there a way to do this? Thanks.
Hi Garrett,
you can create custom sections like the content-/media-/developer-section that umbraco comes with.
In this section you can create custom trees and provide custom dashboards.
Can't post an example right now cause i'm on mobile.
Will update post when i'm at home.
Think there are some blog posts out there with infos about how to do it.
Regards David
Oh okay that would be awesome, thanks! I am still very new to Umbraco so this topic was pretty foreign to me. I appreciate the help.
Hi Garrett,
found a really nice documentation. Think is better than hacking an example myself.
https://github.com/kgiszewski/LearnUmbraco7/blob/master/Chapter%2016%20-%20Custom%20Sections%2C%20Trees%20and%20Actions/01%20-%20Create%20a%20Section.md
Take a look at it. Should provide all basic infos for you to start.
Regards David
Alright, again thanks man. I will let you know if I have any other questions.
is working on a reply...