How can I set my custom dashboard as default view in my Custom Section
Hello,
I have my custom section with a custom tree and I'm trying to configure my custom dashboard as default view (with Umbraco 8) but I don't find the dashboard.config in config folder.
I already saw that documentation, but I haven't found anything about that.
I try to better explain.
I would that all first level of my custom tree (that are simple containers) linked to the dashboard.
All the children (second level), instead, must have the link to the custom page.
The actual result, instead, is that all nodes of my custom tree (first and second level) have the link to the own custom page...I see the dashboard only when open for the first time my custom section
How can I set my custom dashboard as default view in my Custom Section
Hello, I have my custom section with a custom tree and I'm trying to configure my custom dashboard as default view (with Umbraco 8) but I don't find the dashboard.config in config folder.
How can I configure it?
Thanks Adriano
Hi Adriano,
You are right for Dashboards, v8 don't have a config.
Umbraco Documentation has provided good documentation on how to do it in v8.
https://our.umbraco.com/documentation/extending/dashboards/
Please can you review and try it. Please do share your code if you need further help.
Cheers,
Shaishav
Thank you for the support Shaishav.
I already saw that documentation, but I haven't found anything about that.
I try to better explain. I would that all first level of my custom tree (that are simple containers) linked to the dashboard. All the children (second level), instead, must have the link to the custom page.
The actual result, instead, is that all nodes of my custom tree (first and second level) have the link to the own custom page...I see the dashboard only when open for the first time my custom section
I hope I explained better the problem
Adriano
SOLVED!!!
For each treenode that must show the dashboard page, I must set the "routePath" param to dashboard page
That's it. Adriano
is working on a reply...