November Happy Hour will be moved to Thursday December 5th.
Hello,
Im trying to make a default dashboard for administrators in Episerver7 programmatically but I can't get it to work.
I've tried the
<dashboard> <templates> <add forRoles="Administrators, OtherRole"> <tabs> <add name="Default" layout="3 Column"> <gadgets> <add column="0" name="EPiServer.Cms.Shell.UI.Controllers.QuickLinksController" /> </gadgets> </add> </tabs> </add> </templates> </dashboard>
But as far as i know the episerver.shell.dashboard is deprecated now? And I can't find any other example of how to do this.
Hello,
Im trying to make a default dashboard for administrators in Episerver7 programmatically but I can't get it to work.
I've tried the
<dashboard>
<templates>
<add forRoles="Administrators, OtherRole">
<tabs>
<add name="Default" layout="3 Column">
<gadgets>
<add column="0" name="EPiServer.Cms.Shell.UI.Controllers.QuickLinksController" />
</gadgets>
</add>
</tabs>
</add>
</templates>
</dashboard>
But as far as i know the episerver.shell.dashboard is deprecated now? And I can't find any other example of how to do this.