I have created a custom section in the Umbraco backoffice. It currently has two nodes/menu items, which I have mapped with their corresponding views in their TreeController. So far so good.
My question is, where do I place the view for the landing page of my custom application? It's currently blank.
Default view for custom application
I have created a custom section in the Umbraco backoffice. It currently has two nodes/menu items, which I have mapped with their corresponding views in their TreeController. So far so good.
My question is, where do I place the view for the landing page of my custom application? It's currently blank.
My folder structure looks something like this:
I have tried adding a
view.html
on the same level - without success. Any ideas?Hi Filur,
to add a starting view for your custom section you need to alter the
dashboard.Config
file and add your new section here:Where the file
~/App_Plugins/MySection/backoffice/dashboard.html
is your landing page.Hope this helps!
/Michaël
Thanks Michaël Vanbrabandt - works like a charm!
No problem, glad that it solved your problem!
Enjoy the rest of your day!
/Michaël
is working on a reply...