I am trying to augment the existing Settings section of the back office with a custom Tree that can be used to access some new functionality I’m building, similar to what uSync does to add itself to that section.
I can see that in order to create a Tree and its corresponding Tree Items I must register them with manifest files, but what I’m less clear on is how to specify which Section this Tree should then appear under. Is this something which is also defined as part of the manifest, or do I need to update a view file to contain an umb-tree element which references my custom Tree?
I knocked up a simple example of this for another post a while back
The repo is still about , it might give you some pointers on what you need to do ,to add the menu (without getting lost in all the extra things the uSync one does!)