Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The example below shows how it is possible to add or remove components for a view through configuration, here to add a component to the plug-in path “Mainarea” of the view named “Test”.
<episerver.shell>
<viewManager>
<views>
<add name="Test">
<settings>
<add name="AddTestComponent" transformationType="Add"
definitionName="EPiServer.Shell.UI.Test.Fakes.FakeComponentDefinition"
plugInArea="ShouldNotContainComponent" />
</settings>
</add>
</views>
</viewManager>
</episerver.shell>
Last updated: Feb 23, 2015