Last active
August 29, 2015 14:06
-
-
Save ArveSystad/2221b98291141c1c773a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Component] | |
public class ReviewPaneNavigationComponent : ComponentDefinitionBase | |
{ | |
public ReviewPaneNavigationComponent() : base("epi-cms.component.SharedBlocks") | |
{ | |
PlugInAreas = new[] { "/episerver/cms/assets/defaultgroup", "/episerver/commerce/assets/defaultgroup" }; | |
Categories = new[] { "commerce", "cms","content" }; | |
LanguagePath = "/components/review"; | |
SortOrder = 11090; | |
Settings.Add(new Setting("repositoryKey", ReviewPaneDescriptor.RepositoryKey)); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment