Trees
A guide to creating a custom Tree in Umbraco
Populating Trees
Register the Repository
{
type: 'repository',
alias: 'My.Tree.Repository',
name: 'My Tree Repository',
api: () => import('./my-tree.repository.js'),
}Repository Implementation
Displaying Trees
Tree Manifest
Tree Item Manifest
Standalone Rendering
Connecting to a Menu
Trees and Workspaces
Further Reading
Last updated
Was this helpful?