Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Disabling and securing gadgets in Episerver CMS 11 - Missing definition names

Vote:
0

Hi all!

I'm looking to add security for the dashboard gadgets.  I found this very useful guide on how to achieve this:

https://world.optimizely.com/documentation/developer-guides/archive/cms/user-interface/Configuring-the-dashboard/

<episerver.shell>
    <viewManager>
        <securedComponents>
            <add definitionName="EPiServer.Shell.UI.Controllers.VisitorGroupsStatisticsController" allowedRoles="None" />
        </securedComponents>
    </viewManager>
</episerver.shell>

The only problem is I'm not able to find the definitionName for the following Gadgets:

  • RSS Feed
  • Notes
  • External Links

Anyone know how I can find the full controller class names for these?

Thanks!

#279702
May 03, 2022 18:12
Vote:
0
#279761
Edited, May 03, 2022 22:15
Vote:
0

And, if you're interested in hiding additional elements from some editors, this blog post might be very helpful: "Remove Episerver UI components for certain editors"

#279762
May 03, 2022 22:18
Vote:
0

Thanks Daniel! Worked like a charm

#279823
May 04, 2022 20:12
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.