Trees
A guide to creating a custom tree in Umbraco
Creating trees
Registering a tree
{
"type": "tree",
"alias": "My.Tree.Alias",
"name": "My Tree",
"meta": {
"repositoryAlias": "My.Repository.Alias"
}
}Rendering a tree
Render a Custom Tree Item
The Tree Item Manifest
The Tree Item Element
The Tree Item Model
Adding data to the tree
Implementing the repository
Implementing the data source
Further reading
Last updated
Was this helpful?