Created
November 29, 2012 11:46
-
-
Save kjelelokk/4168442 to your computer and use it in GitHub Desktop.
Dojo episerver component
This file contains 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
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