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