Skip to content

Instantly share code, notes, and snippets.

@jonihietala
Created October 22, 2017 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonihietala/c902ba722dc0da701c05bd50c6b1c006 to your computer and use it in GitHub Desktop.
Save jonihietala/c902ba722dc0da701c05bd50c6b1c006 to your computer and use it in GitHub Desktop.
public class CarouselBlock : SiteBlockData
{
[Display(
GroupName = SystemTabNames.Content,
Order = 320)]
[AllowedTypes(new[] { typeof(ICarouselContent) })]
public virtual ContentArea MainContentArea { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment