Ropstah
Ropstah

Reputation: 17804

Umbraco 5 Custom hive/tree provider - How is the location determined?

I'm working with Umbraco 5.1 to implement this blogpost which describes how to create a custom hive provider with a custom tree provider to show data in the content tree. It all works nice, however the nodes show up as follows:

  • Content
    • Music Catalog (the custom one)
    • Content (default Content node)

Umbraco Tree Output

So just out of nothing a new level of Content appears.

Why is this? Is there any way to get the Music Catalog node as a sibling of Custom test block?

Upvotes: 0

Views: 211

Answers (1)

MikeW
MikeW

Reputation: 4809

It's possible this, thread will help you

Upvotes: 1

Related Questions