Create a new Dashboard item in Umbraco backoffice via Dashboard.config and applications.config
I am trying to create a new item on the left hand side in Umbraco backoffice main dashboard via Dashboard.config and applications.config. I don't know why the new item doesn't appear on the dashboard.
Then you also have to set access rights for the new section to the user. So edit your user and there you can set which sections it has access to.
Then refresh the website and it should appear.
Then you also have to set access rights for the new section to the user. So edit your user and there you can set which sections it has access to. Then refresh the website and it should appear.
I forgot to grant access rights for the new section to the user.
Create a new Dashboard item in Umbraco backoffice via Dashboard.config and applications.config
I am trying to create a new item on the left hand side in Umbraco backoffice main dashboard via Dashboard.config and applications.config. I don't know why the new item doesn't appear on the dashboard.
I've added
Dashboard.config
applications.config
Added the following in area alias="sections" in en.xml
Is there anything missing that prevents the new XXX item appear on the Dashboard?
Hi Dominic,
it should look like this in application.config:
In dashboard.config:
Then you also have to set access rights for the new section to the user. So edit your user and there you can set which sections it has access to. Then refresh the website and it should appear.
Regards David
I forgot to grant access rights for the new section to the user.
is working on a reply...