Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save casper-rasmussen/cdd0063a0a8fafe2fff6a9b561e2d97a to your computer and use it in GitHub Desktop.
Save casper-rasmussen/cdd0063a0a8fafe2fff6a9b561e2d97a to your computer and use it in GitHub Desktop.
[Component()]
public class VideoDataPaneNavigationComponent : ComponentDefinitionBase
{
public VideoDataPaneNavigationComponent()
: base("epi-cms.component.Media")
{
Categories = new[] { "content" };
Title = "Videos";
SortOrder = 2000;
PlugInAreas = new[] { PlugInArea.AssetsDefaultGroup, "/episerver/commerce/assets/defaultgroup" };
Settings.Add(new Setting("repositoryKey", VideoDataRepositoryDescriptor.RepositoryKey));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment