Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - namespace Root.Core.Models.GlobalFields.Elements
 - {
 - using Root.Core.Models.Fields;
 - public class ImageElement : ElementBase
 - {
 - public override ElementType ElementType { get; set; } = ElementType.Image;
 - public override string PartialView { get; set; } = "__image";
 - public MediaField? Asset { get; set; }
 - }
 - }
 
                    Add Comment                
                
                        Please, Sign In to add comment