Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Last active August 29, 2015 14:06
Show Gist options
  • Save ArveSystad/2221b98291141c1c773a to your computer and use it in GitHub Desktop.
Save ArveSystad/2221b98291141c1c773a to your computer and use it in GitHub Desktop.
[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