Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created November 20, 2014 11:55
Show Gist options
  • Save ArveSystad/eae694a5a396bd1003d3 to your computer and use it in GitHub Desktop.
Save ArveSystad/eae694a5a396bd1003d3 to your computer and use it in GitHub Desktop.
[UIDescriptorRegistration]
public class ArticlePageDescriptor : UIDescriptor<ArticlePage>, IEditorDropBehavior
{
public EditorDropBehavior EditorDropBehaviour { get; set; }
public ArticlePageDescriptor()
{
EditorDropBehaviour = EditorDropBehavior.CreateContentBlock;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment