I have created a custom section in umbraco. I am trying to figure out how to specify the default landing page. Currently, when I click the image for my custom section in the Sections pane, my custom tree shows up in the left pane, but the main pane is empty. If I click on one of the nodes in my tree, it will then display the page associated with the tree node in the main content pane. I would like to have the main pane hold the contents of a default page when a user navigates to my custom section.
What you can do is create an Usercontrol for your custom section and configure it in Dashboard.config file. This will then be automatically picked up when an user navigates to your custom section.
Landing page of custom section
I have created a custom section in umbraco. I am trying to figure out how to specify the default landing page. Currently, when I click the image for my custom section in the Sections pane, my custom tree shows up in the left pane, but the main pane is empty. If I click on one of the nodes in my tree, it will then display the page associated with the tree node in the main content pane. I would like to have the main pane hold the contents of a default page when a user navigates to my custom section.
Hi Jon,
What you can do is create an Usercontrol for your custom section and configure it in Dashboard.config file. This will then be automatically picked up when an user navigates to your custom section.
Cheers,
Richard
Excellent! Thank you Richard!
A follow up question, it looks like the tabbed interface also provides a toolbar. Is there a way to hook into it?
is working on a reply...