Skip to content

Instantly share code, notes, and snippets.

@kjelelokk
Created November 29, 2012 11:46
Show Gist options
  • Save kjelelokk/4168442 to your computer and use it in GitHub Desktop.
Save kjelelokk/4168442 to your computer and use it in GitHub Desktop.
Dojo episerver component
using EPiServer.Shell.ViewComposition;
using EPiServer.Shell.Web;
using EPiServer.Cms.Shell;
using EPiServer.Cms.Shell.UI;
namespace testepi7.MyWidgets
{
[Component(
PlugInAreas = "/episerver/cms/assets",
Categories = "cms",
WidgetType = "alloy.MyCustomWidget",
Title = "My custom component",
Description = "A custom component that shows information about the current content item.")]
public class CustomComponent { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment