Are you intending to replace the "Getting Started" dashboard in the settings section or in the content section? The code you have listed is for the settings section.
Unless you have an "Analytics" section, you would not want to set the area to analytics:
<area>analytics</area>
You would leave the area as "content". You would only change the URL in the <control> element. And you'd change the tab caption (as it appears you've done).
Replace "Get Started" with Analytics
I tried editing the Dashboard.config in the folder Config with:
But it doesn't seem to replace the "Get Started - Welcome to Umbraco" :)
Any idéas guys?
Are you intending to replace the "Getting Started" dashboard in the settings section or in the content section? The code you have listed is for the settings section.
Oh it's in the "Content" section. Should I just replace this line then:
With
Unless you have an "Analytics" section, you would not want to set the area to analytics:
You would leave the area as "content". You would only change the URL in the
<control>
element. And you'd change the tab caption (as it appears you've done).Thank you Nicolas!
Sadly it doesn't really work, replacing the control makes the backoffice refresh constantly :)
Thanks anyways!
Changing the URL path within the
control
to a custom html location, worked for me on Umbraco 7.6.3. Thanks Nicholas.is working on a reply...